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 a6ab948
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ 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 a6ab948

Please sign in to comment.