X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=CMakeConfig.txt;h=714ee94e9be2a4e9bad17cd0574d85cb7ad52691;hb=94b05fd0d8c87b24e14f3782c64f79999a65d38e;hp=d8afcaefc3ceae4cee6a09a0eacb45d0eb0b67e4;hpb=b7f446e55146456e368c3926347f4c771afcea8c;p=awesomized%2Flibmemcached diff --git a/CMakeConfig.txt b/CMakeConfig.txt index d8afcaef..714ee94e 100644 --- a/CMakeConfig.txt +++ b/CMakeConfig.txt @@ -23,6 +23,8 @@ else() set(TARGET_NAMELINK_COMPONENT NAMELINK_COMPONENT dev DESTINATION ${CMAKE_INSTALL_LIBDIR}) endif() +option(BUILD_SHARED_LIBS "whether to build shared libraries" + ON) option(BUILD_TESTING "whether to enable build of the test suite" $ENV{BUILD_TESTING}) option(BUILD_DOCSONLY "build *only* documentation"