mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
5 lines
186 B
CMake
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)
|