gaindb node

This commit is contained in:
itten
2026-07-09 20:39:41 +03:00
parent 30202e112e
commit 8f28b2f768
4 changed files with 87 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
add_executable(dmf-node-gaindb main.cpp)
target_compile_features(dmf-node-gaindb PRIVATE cxx_std_20)
target_link_libraries(dmf-node-gaindb PRIVATE dmf-shared)
install(TARGETS dmf-node-gaindb RUNTIME DESTINATION bin)