st-2110-20 pipeline API MTL node in

This commit is contained in:
itten
2026-07-14 18:59:09 +03:00
parent b72b60b9c4
commit 1caeeee17e
13 changed files with 403 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
add_executable(dmf-node-2110 main.cpp)
target_compile_features(dmf-node-2110 PRIVATE cxx_std_20)
target_link_libraries(dmf-node-2110 PRIVATE dmf-shared mtl::mtl)
install(TARGETS dmf-node-2110 RUNTIME DESTINATION bin)