This commit is contained in:
2023-08-03 23:50:06 +02:00
parent f5566251c9
commit 06cb5e1a26
2 changed files with 113 additions and 0 deletions

View File

@@ -9,3 +9,13 @@ target_link_libraries(plugin_zox_ngc PUBLIC
solanaceae_zox
)
########################################
add_library(plugin_zox_ngc_hs SHARED
./plugin_zox_ngc_hs.cpp
)
target_link_libraries(plugin_zox_ngc_hs PUBLIC
solanaceae_plugin
solanaceae_zox
)