Geometry/app/CMakeLists.txt

4 lines
88 B
CMake

add_executable(Geometry main.cpp)
target_link_libraries(Geometry PUBLIC Eigen3::Eigen)