mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
3 lines
116 B
CMake
3 lines
116 B
CMake
|
include(CheckStructHasMember)
|
||
|
check_struct_has_member("struct timeval" tv_sec sys/select.h HAVE_TIMEVAL_TV_SEC_K C)
|