blob: f4f22eedb62b4823798841194f65503492843569 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"compiler_path": "x86_64-w64-mingw32-g++.exe",
"compiler_std": "c++20",
"headers_path": ["include", "vendor"],
"sources_path": ["src/NeBuildKit/*.cpp"],
"output_name": "libNeBuildKit.dll",
"compiler_flags": ["-fPIC", "-shared"],
"cpp_macros": ["NEBUILD_WINDOWS", "NEBUILD_INTERNAL_SDK"],
"run_after_build": false
}
|