Geometry/apps/CMakeLists.txt

4 lines
73 B
CMake
Raw Normal View History

2023-12-31 16:01:03 +01:00
add_executable(app main.cpp)
2023-12-31 15:06:43 +01:00
2023-12-31 19:17:56 +01:00
target_link_libraries(app PUBLIC Geometry)