5 lines
132 B
CMake
5 lines
132 B
CMake
add_subdirectory(plugin-example)
|
|
add_subdirectory(python-renderer)
|
|
|
|
add_custom_target(plugins DEPENDS pluginexample pythonrenderer)
|