start with plugins

This commit is contained in:
2023-08-03 23:35:25 +02:00
parent bc38817e3e
commit f5566251c9
3 changed files with 78 additions and 1 deletions

11
plugins/CMakeLists.txt Normal file
View File

@@ -0,0 +1,11 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
add_library(plugin_zox_ngc SHARED
./plugin_zox_ngc.cpp
)
target_link_libraries(plugin_zox_ngc PUBLIC
solanaceae_plugin
solanaceae_zox
)