mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
7 lines
208 B
CMake
7 lines
208 B
CMake
include(CheckTypeSize)
|
|
|
|
check_type_size(time_t SIZEOF_TIME_T)
|
|
|
|
check_struct_has_member("struct tm" tm_zone time.h HAVE_STRUCT_TM_TM_ZONE)
|
|
check_struct_has_member("struct tm" tm_gmtoff time.h HAVE_TM_GMTOFF)
|
|
|