support: fix install location of example.cnf
[m6w6/libmemcached] / libhashkit-1.0 / CMakeLists.txt
1
2 configure_file(configure.h.in configure.h @ONLY)
3
4 install(DIRECTORY ../libhashkit-1.0
5 DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
6 FILES_MATCHING REGEX "\\.h(pp)?$"
7 )