We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3136010 + e936670 commit 298c98eCopy full SHA for 298c98e
cmake/OpenCVGenHeaders.cmake
@@ -1,5 +1,6 @@
1
# platform-specific config file
2
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)
4
5
# ----------------------------------------------------------------------------
6
# opencv_modules.hpp based on actual modules list
0 commit comments