X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fp9y%2FCMakeLists.txt;h=6906b8f0154f0febcf41541ccbc35dd3210480fc;hb=011ea033d902722b9744ea9f28e646734ffdcaf2;hp=9d953ad0fac8bcbc7e9d2d82caf56a35d10753dc;hpb=7781e7d0bf9fc0d986308838a3e1e47d0df3c019;p=m6w6%2Flibmemcached diff --git a/src/p9y/CMakeLists.txt b/src/p9y/CMakeLists.txt index 9d953ad0..6906b8f0 100644 --- a/src/p9y/CMakeLists.txt +++ b/src/p9y/CMakeLists.txt @@ -6,9 +6,13 @@ add_library(p9y STATIC poll.hpp random.hpp index.hpp + clock_gettime.hpp p9y.cpp ) +set_target_properties(p9y PROPERTIES + CXX_STANDARD ${CXX_STANDARD} + ) target_include_directories(p9y PRIVATE . ${CMAKE_SOURCE_DIR}/include