hyporo-cpp/source/applications/periodic/CMakeLists.txt
2022-11-18 21:50:49 +05:00

11 lines
112 B
CMake

add_executable(periodic
periodic.cpp
)
target_link_libraries(periodic
hyporo-hyplib
hyporo-csg
)