gds-render/plugins/CMakeLists.txt

5 lines
132 B
CMake
Raw Normal View History

add_subdirectory(plugin-example)
2019-11-16 14:54:58 +01:00
add_subdirectory(python-renderer)
add_custom_target(plugins DEPENDS pluginexample pythonrenderer)