mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
3 lines
90 B
CMake
3 lines
90 B
CMake
find_path(MMAN_INCLUDE_DIR sys/mman.h PATH_SUFFIXES mman)
|
|
find_library(MMAN_LIBRARY mman)
|