mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
21f9678835
svn path=/trunk/KDE/kdebase/apps/; revision=781662
12 lines
367 B
CMake
12 lines
367 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
|
|
check_function_exists(statvfs HAVE_STATVFS) # kinfocenter
|