Kaizen/external/mio/third_party/config.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"]
}