updates and move zox plugs to their repo

This commit is contained in:
2024-02-04 12:49:04 +01:00
parent a533eae7ba
commit 931c9386c2
7 changed files with 4 additions and 152 deletions

View File

@@ -15,30 +15,6 @@ target_link_libraries(plugin_ngcft1 PUBLIC
########################################
add_library(plugin_zox_ngc SHARED
./plugin_zox_ngc.cpp
)
set_property(TARGET plugin_zox_ngc PROPERTY C_VISIBILITY_PRESET hidden)
target_link_libraries(plugin_zox_ngc PUBLIC
solanaceae_plugin
solanaceae_zox
)
########################################
add_library(plugin_zox_ngc_hs SHARED
./plugin_zox_ngc_hs.cpp
)
set_property(TARGET plugin_zox_ngc_hs PROPERTY C_VISIBILITY_PRESET hidden)
target_link_libraries(plugin_zox_ngc_hs PUBLIC
solanaceae_plugin
solanaceae_zox
)
########################################
add_library(plugin_transfer_auto_accept SHARED
./plugin_transfer_auto_accept.cpp
./transfer_auto_accept.hpp