kde-playground/kdepimlibs/ConfigureChecks.cmake

6 lines
186 B
CMake
Raw Normal View History

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)