Skip to content

Commit 298c98e

Browse files
committed
Merge pull request opencv#4026 from mshabunin:install-cvconfig
2 parents 3136010 + e936670 commit 298c98e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/OpenCVGenHeaders.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# platform-specific config file
22
configure_file("${OpenCV_SOURCE_DIR}/cmake/templates/cvconfig.h.in" "${OPENCV_CONFIG_FILE_INCLUDE_DIR}/cvconfig.h")
3+
install(FILES "${OPENCV_CONFIG_FILE_INCLUDE_DIR}/cvconfig.h" DESTINATION ${OPENCV_INCLUDE_INSTALL_PATH}/opencv2 COMPONENT dev)
34

45
# ----------------------------------------------------------------------------
56
# opencv_modules.hpp based on actual modules list

0 commit comments

Comments
 (0)