Geometry/app/CMakeLists.txt

4 lines
88 B
CMake
Raw Normal View History

2023-12-31 15:06:43 +01:00
add_executable(Geometry main.cpp)
target_link_libraries(Geometry PUBLIC Eigen3::Eigen)