X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=include%2Flibhashkit-1.0%2FCMakeLists.txt;h=39dabb296d3e8370ccf26e4afafdd816e95c2598;hb=6079c0e29529bf9dd13ef1ed89c046672e1a3121;hp=ee967319122204c5ca2477f51bc985c887c5fc74;hpb=5e760300d15ef4c5b7eed3fb9f37920ebca2f6ec;p=awesomized%2Flibmemcached diff --git a/include/libhashkit-1.0/CMakeLists.txt b/include/libhashkit-1.0/CMakeLists.txt index ee967319..39dabb29 100644 --- a/include/libhashkit-1.0/CMakeLists.txt +++ b/include/libhashkit-1.0/CMakeLists.txt @@ -1,7 +1,19 @@ -configure_file(configure.h.in configure.h @ONLY) +install_public_headers( + libhashkit-1.0 -install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} - DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} - FILES_MATCHING REGEX "\\.h(pp)?$" + @configure.h + algorithm.h + basic_string.h + behavior.h + digest.h + function.h + has.h + hashkit.h + hashkit.hpp + str_algorithm.h + strerror.h + string.h + types.h + visibility.h )