Geometry/apps/CMakeLists.txt
2023-12-31 19:17:56 +01:00

4 lines
73 B
CMake

add_executable(app main.cpp)
target_link_libraries(app PUBLIC Geometry)