summaryrefslogtreecommitdiffhomepage
path: root/examples/example_01/win64.json
blob: 1712d8b0041e12b8be5358c0acbb087bd1ee2f2c (plain)
1
2
3
4
5
6
7
8
9
10
{
  "compiler_path": "x86_64-w64-mingw32-g++",
  "compiler_std": "c++20",
  "headers_path": ["lib"],
  "sources_path": ["example.cc"],
  "output_name": "example.elf",
  "compiler_flags": ["-fPIC"],
  "cpp_macros": ["FOO_MACRO"],
  "run_after_build": true
}