mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08: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})
|