initial setup

This commit is contained in:
2023-08-06 18:31:52 +02:00
commit b758580fe2
17 changed files with 632 additions and 0 deletions

12
src/CMakeLists.txt Normal file
View File

@@ -0,0 +1,12 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
add_library(plugin_ngcft1 SHARED
./plugin_ngcft1.cpp
)
target_link_libraries(plugin_ngcft1 PUBLIC
solanaceae_plugin
)
########################################