X-Git-Url: https://git.m6w6.name/?p=m6w6%2Flibmemcached;a=blobdiff_plain;f=src%2Fp9y%2FCMakeLists.txt;h=9d953ad0fac8bcbc7e9d2d82caf56a35d10753dc;hp=1734f0b740516af87a0981f8a66069fcf7cd2a75;hb=7781e7d0bf9fc0d986308838a3e1e47d0df3c019;hpb=118abd2f53e24a4f312ad0fcd484f6f8dbe5094c diff --git a/src/p9y/CMakeLists.txt b/src/p9y/CMakeLists.txt index 1734f0b7..9d953ad0 100644 --- a/src/p9y/CMakeLists.txt +++ b/src/p9y/CMakeLists.txt @@ -19,18 +19,3 @@ target_include_directories(p9y PRIVATE if(NOT HAVE_GETOPT_H) target_sources(p9y PRIVATE getopt.c) endif() -if(NOT HAVE_LIBGEN_H) - target_sources(p9y PRIVATE libgen.c) -endif() -if(NOT HAVE_REALPATH) - target_sources(p9y PRIVATE realpath.c) -endif() -if(WIN32) - target_sources(p9y PRIVATE socket.c) -endif() -if(NOT HAVE_POLL_H AND NOT HAVE_SYS_POLL_H AND NOT WIN32) - target_sources(p9y PRIVATE poll.c) -endif() -if(NOT HAVE_GETTIMEOFDAY) - target_sources(p9y PRIVATE gettimeofday.cpp) -endif()