mio/third_party/config.json
2019-02-05 22:00:37 -06:00

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"]
}