2 lines
90 B
CMake
2 lines
90 B
CMake
find_path(MMAN_INCLUDE_DIR sys/mman.h PATH_SUFFIXES mman)
|
|
find_library(MMAN_LIBRARY mman)
|