mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
5 lines
217 B
Plaintext
5 lines
217 B
Plaintext
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})
|