4 lines
118 B
CMake
4 lines
118 B
CMake
add_subdirectory(plugin-example)
|
|
add_custom_target(plugins DEPENDS pluginexample)
|
|
cmake_minimum_required(VERSION 3.0)
|