Skip to content

Commit

Permalink
fixup: also install src/diskhash.h
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu committed Jul 17, 2024
1 parent 1d5dfa1 commit 5d2bbc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ set(CXX_FLAGS
include_directories(${CMAKE_SOURCE_DIR}/src)
add_library(diskhash STATIC src/os_wrappers.c src/diskhash.c)

set_target_properties(diskhash PROPERTIES PUBLIC_HEADER src/diskhash.hpp)
set_target_properties(diskhash PROPERTIES PUBLIC_HEADER
"src/diskhash.h;src/diskhash.hpp"
)

install(TARGETS diskhash
EXPORT diskhashTargets
Expand Down

0 comments on commit 5d2bbc0

Please sign in to comment.