14 lines
227 B
CMake
14 lines
227 B
CMake
add_subdirectory("Core")
|
|
|
|
if(RMLUI_LOTTIE_PLUGIN)
|
|
add_subdirectory("Lottie")
|
|
endif()
|
|
if(RMLUI_SVG_PLUGIN)
|
|
add_subdirectory("SVG")
|
|
endif()
|
|
|
|
add_subdirectory("Debugger")
|
|
|
|
if(RMLUI_LUA_BINDINGS)
|
|
add_subdirectory("Lua")
|
|
endif()
|