Skip to content

Commit

Permalink
Merge pull request #31 from Inkane/master
Browse files Browse the repository at this point in the history
CMakeLists.txt: support installing files
  • Loading branch information
Cyan4973 committed Aug 17, 2015
2 parents 23212da + e0f9b7a commit ee844cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake_unofficial/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ set_target_properties(xxhash PROPERTIES
VERSION "${XXHASH_LIB_VERSION}"
SOVERSION "${XXHASH_LIB_SOVERSION}")

INSTALL(FILES xxhash.h DESTINATION "include/xxHash")
INSTALL(TARGETS xxhash DESTINATION lib)

0 comments on commit ee844cf

Please sign in to comment.