gds-render/plugins/CMakeLists.txt

4 lines
118 B
CMake
Raw Normal View History

add_subdirectory(plugin-example)
add_custom_target(plugins DEPENDS pluginexample)
2022-04-18 14:17:21 +02:00
cmake_minimum_required(VERSION 3.0)