From 18ea33cdceda1311bdccae87e44bfecdcae2fec0 Mon Sep 17 00:00:00 2001 From: Andrews Sobral <andrewssobral@gmail.com> Date: Mon, 1 Sep 2014 21:43:21 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c29d07..5b49aa6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,12 +52,12 @@ set_target_properties(bgs_bin add_executable(bgs_demo ${demo}) target_link_libraries(bgs_demo ${OpenCV_LIBS} bgs) -INSTALL(TARGETS bgs - bgs_demo - bgs_bin - RUNTIME DESTINATION bin COMPONENT app - LIBRARY DESTINATION lib COMPONENT runtime - ARCHIVE DESTINATION lib COMPONENT runtime - PUBLIC_HEADER DESTINATION include/package_bgs COMPONENT dev - FRAMEWORK DESTINATION "/Library/Frameworks" -) +#INSTALL(TARGETS bgs +# bgs_demo +# bgs_bin +# RUNTIME DESTINATION bin COMPONENT app +# LIBRARY DESTINATION lib COMPONENT runtime +# ARCHIVE DESTINATION lib COMPONENT runtime +# PUBLIC_HEADER DESTINATION include/package_bgs COMPONENT dev +# FRAMEWORK DESTINATION "/Library/Frameworks" +#) -- GitLab