paella/src/Skeleton/CMakeLists.txt

8 lines
368 B
CMake

add_library(Skeleton2D Box.cpp Branch.cpp Skeleton.cpp)
# add_executable(SkeletonDrawing draw.cpp)
# target_link_libraries(SkeletonDrawing ${SFML_LIBRARIES} ${OPENGL_LIBRARIES} SFMLTools Skeleton2D)
add_executable(Skeleton main.cpp)
target_link_libraries(Skeleton SFMLTools Skeleton2D DetectionAndMatching ${OPENGL_LIBRARIES} ${OpenCV_LIBRARIES} ${Boost_LIBRARIES})