mirror of
https://github.com/vimpunk/mio.git
synced 2025-12-06 08:46:51 +08:00
12 lines
275 B
JSON
12 lines
275 B
JSON
{
|
|
"project": "Cross-platform C++11 header-only library for memory mapped file IO",
|
|
"target": "../single_include/mio/mio.hpp",
|
|
"sources": [
|
|
"../include/mio/mmap.hpp",
|
|
"../include/mio/page.hpp",
|
|
"../include/mio/shared_mmap.hpp"
|
|
],
|
|
"include_paths": ["../include"]
|
|
}
|
|
|