kde-playground/kdepimlibs/ConfigureChecks.cmake
2015-04-14 21:49:29 +00:00

5 lines
186 B
CMake

include(CheckIncludeFiles)
check_include_files(sys/select.h HAVE_SYS_SELECT_H)
check_include_files(sys/socket.h HAVE_SYS_SOCKET_H)
check_include_files(sys/types.h HAVE_SYS_TYPES_H)