paella/src/Geometry/CMakeLists.txt

5 lines
151 B
CMake
Raw Normal View History

2015-03-07 16:15:51 +01:00
add_library(Geometry Base.cpp Mesh.cpp Rotation.cpp)
add_executable(ProjectionTest ProjectionTest.cpp)
target_link_libraries(ProjectionTest Geometry)