Skip to content

Commit

Permalink
install diskhash.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu committed Jul 17, 2024
1 parent 01ef809 commit 65257ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ add_library(diskhash STATIC src/os_wrappers.c src/diskhash.c)
#install(TARGETS diskhash DESTINATION lib)
install(TARGETS diskhash DESTINATION lib/diskhash)

install(FILES src/diskhash.hpp
DESTINATION include)

if(DISKHASH_TESTS)
include_directories(${CMAKE_SOURCE_DIR}/unittests)

Expand Down

0 comments on commit 65257ab

Please sign in to comment.