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.
2 parents a9558c8 + 0ac9af8 commit 2d36a94Copy full SHA for 2d36a94
.gitignore
@@ -41,6 +41,6 @@ docs/source/api
41
_build/
42
Debug/
43
Release/
44
-
+install/
45
# Users commonly store their specific CMake settings in a toolchain file
46
toolchain.cmake
CMakeLists.txt
@@ -135,7 +135,3 @@ if("${BUILD_TESTING}")
135
endif()
136
137
cmaize_add_package(${PROJECT_NAME} NAMESPACE nwx::)
138
-install(
139
- FILES ${CMAKE_BINARY_DIR}/config.hpp
140
- DESTINATION include/${PROJECT_NAME}
141
-)
0 commit comments