X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fp9y%2FCMakeLists.txt;h=9d953ad0fac8bcbc7e9d2d82caf56a35d10753dc;hb=7781e7d0bf9fc0d986308838a3e1e47d0df3c019;hp=1734f0b740516af87a0981f8a66069fcf7cd2a75;hpb=2f289c64f625962d945ec3bee80f36bc5c61ee35;p=awesomized%2Flibmemcached 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()