dolphin/ConfigureChecks.cmake
Dirk Mueller 67c87d1166 move configure checks for kfontinst
svn path=/trunk/KDE/kdebase/apps/; revision=687954
2007-07-14 21:07:22 +00:00

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