CMakeLists.txt 227 B

1234567891011121314
  1. add_subdirectory("Core")
  2. if(RMLUI_LOTTIE_PLUGIN)
  3. add_subdirectory("Lottie")
  4. endif()
  5. if(RMLUI_SVG_PLUGIN)
  6. add_subdirectory("SVG")
  7. endif()
  8. add_subdirectory("Debugger")
  9. if(RMLUI_LUA_BINDINGS)
  10. add_subdirectory("Lua")
  11. endif()