We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407f5c1 commit a881afdCopy full SHA for a881afd
CMakeLists.txt
@@ -145,6 +145,8 @@ endif()
145
# Installation target.
146
if(LIBENVPP_INSTALL)
147
# Libenvpp installation.
148
+ include(CMakePackageConfigHelpers)
149
+
150
set(LIBENVPP_PROJECT_CONFIG_OUT "${CMAKE_CURRENT_BINARY_DIR}/libenvpp-config.cmake")
151
set(LIBENVPP_VERSION_CONFIG_FILE "${CMAKE_CURRENT_BINARY_DIR}/libenvpp-config-version.cmake")
152
install(DIRECTORY ${PROJECT_SOURCE_DIR}/include/
0 commit comments