Skip to content
Snippets Groups Projects
Commit 18ea33cd authored by Andrews Sobral's avatar Andrews Sobral
Browse files

Update CMakeLists.txt

parent 499c5eab
Branches
Tags
No related merge requests found
...@@ -52,12 +52,12 @@ set_target_properties(bgs_bin ...@@ -52,12 +52,12 @@ set_target_properties(bgs_bin
add_executable(bgs_demo ${demo}) add_executable(bgs_demo ${demo})
target_link_libraries(bgs_demo ${OpenCV_LIBS} bgs) target_link_libraries(bgs_demo ${OpenCV_LIBS} bgs)
INSTALL(TARGETS bgs #INSTALL(TARGETS bgs
bgs_demo # bgs_demo
bgs_bin # bgs_bin
RUNTIME DESTINATION bin COMPONENT app # RUNTIME DESTINATION bin COMPONENT app
LIBRARY DESTINATION lib COMPONENT runtime # LIBRARY DESTINATION lib COMPONENT runtime
ARCHIVE DESTINATION lib COMPONENT runtime # ARCHIVE DESTINATION lib COMPONENT runtime
PUBLIC_HEADER DESTINATION include/package_bgs COMPONENT dev # PUBLIC_HEADER DESTINATION include/package_bgs COMPONENT dev
FRAMEWORK DESTINATION "/Library/Frameworks" # FRAMEWORK DESTINATION "/Library/Frameworks"
) #)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment