mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
6 lines
186 B
CMake
6 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)
|