low level sync stuff

This commit is contained in:
2023-12-28 00:51:34 +01:00
parent 3b7db97507
commit 45a3915985
8 changed files with 492 additions and 19 deletions

View File

@@ -22,3 +22,15 @@ target_link_libraries(plugin_crdtnotes_imgui PUBLIC
########################################
if (TARGET solanaceae_crdtnotes_toxsync)
add_library(plugin_crdtnotes_toxsync SHARED
./plugin_crdtnotes_toxsync.cpp
)
target_compile_features(plugin_crdtnotes_toxsync PUBLIC cxx_std_17)
target_link_libraries(plugin_crdtnotes_toxsync PUBLIC
solanaceae_crdtnotes_toxsync
solanaceae_plugin
)
endif()
########################################