hyporo-cpp/source/applications/periodic/CMakeLists.txt

11 lines
112 B
CMake
Raw Normal View History

2022-11-18 21:50:49 +05:00
add_executable(periodic
periodic.cpp
)
target_link_libraries(periodic
hyporo-hyplib
hyporo-csg
)