{ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["include/", "vendor"], "sources_path": ["src/lib/*.cc", "src/cli/*.cc"], "output_name": "nebuild", "compiler_flags": ["-fPIC"], "cpp_macros": ["NEBUILD_POSIX"], "run_after_build": false }