Skip to content

Commit 381da58

Browse files
committed
add installation rules
1 parent e495dcc commit 381da58

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ if(BUILD_SLICK_DYNAMIC_BUFFER_TESTS)
4444
add_subdirectory(tests)
4545
endif()
4646

47+
# Installation rules
48+
include(GNUInstallDirs)
49+
install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
50+
4751
# Generate and install CMake config files for vcpkg compatibility
4852
include(CMakePackageConfigHelpers)
4953

0 commit comments

Comments
 (0)