Files
dmf-studio-rnd/nodes/st2110in/CMakeLists.txt
2026-07-14 18:59:09 +03:00

5 lines
217 B
CMake

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)