X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=blobdiff_plain;f=include%2FCMakeLists.txt;h=136c23d7a01e0f50eee7321fad57c9235c63f5e8;hp=3eccec1dbacdac03129ac787e15af573314533ed;hb=30a61a951f7c89a710621c4485f381fb35a55f44;hpb=eee6dc552da08a46e7f086b37cc697dacdc4627b diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 3eccec1d..136c23d7 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -17,5 +17,7 @@ if(NOT WIN32) ${CMAKE_CURRENT_BINARY_DIR}/libmemcachedutil-1.0 ${CMAKE_CURRENT_BINARY_DIR}/libmemcachedprotocol-0.0 DESTINATION \${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}) - ") + " + COMPONENT dev + ) endif()