1 2 3 4 5 6 7 8 9 10
{ "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["include", "vendor"], "sources_path": ["src/lib/*.cc"], "output_name": "libNeBuildKit.dylib", "compiler_flags": ["-fPIC", "-shared"], "cpp_macros": ["NEBUILD_DYLIB", "NEBUILD_OSX"], "run_after_build": false }