3 lines
82 B
CMake
3 lines
82 B
CMake
add_subdirectory(plugin-example)
|
|
add_custom_target(plugins DEPENDS pluginexample)
|