We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e495dcc commit 381da58Copy full SHA for 381da58
1 file changed
CMakeLists.txt
@@ -44,6 +44,10 @@ if(BUILD_SLICK_DYNAMIC_BUFFER_TESTS)
44
add_subdirectory(tests)
45
endif()
46
47
+# Installation rules
48
+include(GNUInstallDirs)
49
+install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
50
+
51
# Generate and install CMake config files for vcpkg compatibility
52
include(CMakePackageConfigHelpers)
53
0 commit comments