mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
12 lines
309 B
CMake
12 lines
309 B
CMake
|
include(CheckIncludeFile)
|
||
|
include(CheckIncludeFiles)
|
||
|
include(CheckSymbolExists)
|
||
|
include(CheckFunctionExists)
|
||
|
include(CheckLibraryExists)
|
||
|
include(CheckPrototypeExists)
|
||
|
include(CheckStructMember)
|
||
|
include(CheckTypeSize)
|
||
|
include(CheckCXXSourceCompiles)
|
||
|
|
||
|
check_function_exists(getpeereid HAVE_GETPEEREID) # kdesu
|