mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 19:02:48 +00:00
4 lines
91 B
CMake
4 lines
91 B
CMake
include(CheckIncludeFiles)
|
|
check_include_files("sys/types.h;sys/mman.h" HAVE_SYS_MMAN_H)
|
|
|
|
|