Geometry/apps/CMakeLists.txt

4 lines
78 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 16:01:03 +01:00
target_link_libraries(app PUBLIC Eigen3::Eigen)