paella/src/Geometry/CMakeLists.txt

5 lines
151 B
CMake

add_library(Geometry Base.cpp Mesh.cpp Rotation.cpp)
add_executable(ProjectionTest ProjectionTest.cpp)
target_link_libraries(ProjectionTest Geometry)