pip based

This commit is contained in:
JohannesItten
2026-07-09 18:31:53 +03:00
parent 3820d0eeb7
commit 041588b990
5 changed files with 291 additions and 138 deletions
+4
View File
@@ -0,0 +1,4 @@
add_executable(dmf-node-pip main.cpp)
target_compile_features(dmf-node-pip PRIVATE cxx_std_20)
target_link_libraries(dmf-node-pip PRIVATE dmf-shared)
install(TARGETS dmf-node-pip RUNTIME DESTINATION bin)