paella/src/Meshing/CMakeLists.txt

9 lines
493 B
CMake

add_library(Skeleton3D Skeleton3D.cpp)
add_executable(TestJunction3 TestJunction3.cpp)
target_link_libraries(TestJunction3 SFMLTools Skeleton3D Geometry ${OPENGL_LIBRARIES} ${SFML_LIBRARIES})
add_executable(TestJunction4 TestJunction4.cpp)
target_link_libraries(TestJunction4 SFMLTools Skeleton3D Geometry ${OPENGL_LIBRARIES} ${SFML_LIBRARIES})
add_executable(MainDisplay MainDisplay.cpp)
target_link_libraries(MainDisplay SFMLTools Skeleton3D Geometry ${OPENGL_LIBRARIES} ${SFML_LIBRARIES})