CMakeLists.txt 392 B

12345678910
  1. # This plugin targets rmlui_core directly and is incorporated into the core library when enabled.
  2. target_sources(rmlui_core PRIVATE
  3. "${CMAKE_CURRENT_SOURCE_DIR}/ElementSVG.cpp"
  4. "${CMAKE_CURRENT_SOURCE_DIR}/SVGPlugin.cpp"
  5. "${CMAKE_CURRENT_SOURCE_DIR}/SVGPlugin.h"
  6. "${PROJECT_SOURCE_DIR}/Include/RmlUi/SVG/ElementSVG.h"
  7. )
  8. target_compile_definitions(rmlui_core PRIVATE "RMLUI_SVG_PLUGIN")