mirror of
https://github.com/SimoneN64/Kaizen.git
synced 2025-04-02 10:41:53 -04:00
11 lines
275 B
JSON
11 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"]
|
|
}
|
|
|