mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 01:38:24 -05:00
5 lines
217 B
Plaintext
Executable File
5 lines
217 B
Plaintext
Executable File
The mman.h header deployed by mman is placed in mman/sys/mman.h to avoid accidental inclusion.
|
|
|
|
find_path(MMAN_DIR NAMES sys/mman.h PATH_SUFFIXES mman)
|
|
target_include_directories(main PRIVATE ${MMAN_DIR})
|