Commit 9fb0f5ac authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3620 from asmorkalov:native_samples_install

parents 396f7e1a 911be68a
...@@ -19,9 +19,11 @@ if(ANDROID AND BUILD_ANDROID_EXAMPLES) ...@@ -19,9 +19,11 @@ if(ANDROID AND BUILD_ANDROID_EXAMPLES)
add_subdirectory(android) add_subdirectory(android)
endif() endif()
install(FILES "CMakeLists.txt" if(INSTALL_C_EXAMPLES)
DESTINATION ${OPENCV_SAMPLES_SRC_INSTALL_PATH} install(FILES "CMakeLists.txt"
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ COMPONENT samples) DESTINATION ${OPENCV_SAMPLES_SRC_INSTALL_PATH}
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ COMPONENT samples)
endif()
# #
# END OF BUILD CASE 1: Build samples with library sources # END OF BUILD CASE 1: Build samples with library sources
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment