Skip to content

Commit

Permalink
Fix header installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aetilius committed Aug 29, 2019
1 parent 4013c1b commit 557ae47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -79,7 +79,7 @@ set_property(TARGET pHash PROPERTY VERSION "${pHash_VERSION_MAJOR}.${pHash_VERSI
target_link_libraries(pHash ${LIBS_DEPS})

install(TARGETS pHash DESTINATION lib)
install(FILES pHash.h DESTINATION include)
install(FILES src/pHash.h DESTINATION include)

set(EXAMPLEDIR examples)
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
Expand Down

0 comments on commit 557ae47

Please sign in to comment.