Renamed openpose_caffe as openpose in CMake

This commit is contained in:
gineshidalgo99
2019-01-10 20:01:26 -05:00
parent 03e0ce2ba0
commit fc6d35998d
25 changed files with 261 additions and 60 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ foreach(USER_CODE_FILE ${USER_CODE_FILES})
message(STATUS "Adding Example ${EXE_NAME}")
add_executable(${EXE_NAME} ${USER_CODE_FILE})
target_link_libraries(${EXE_NAME} openpose ${examples_3rdparty_libraries})
target_link_libraries(${EXE_NAME} openpose_src ${examples_3rdparty_libraries})
if (WIN32)
set_property(TARGET ${EXE_NAME} PROPERTY FOLDER "User Code")