summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit/test/Linkers/ck-linker-test-osx-posix.json
blob: 790bc6381ede6c77c1235088a9f45b1487a431b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "compiler_path": "clang++",
  "compiler_std": "c++20",
  "headers_path": [
    "../../../../include/CompilerKit",
    "../../../../include/",
    "../../../../include/CompilerKit/src/",
    "../../../../include/CompilerKit/src/impl",
    "/usr/include/"
  ],
  "sources_path": [
    "DynamicLinker64+MachO.test.cpp"
  ],
  "output_name": "LinkerTest+OSX.o",
  "compiler_flags": [
      "-fPIC",
      "-lgtest",
      "-lCompilerKit"
  ],
    "cpp_macros": [
	"CK_POSIX",
    "__NECTAR__=202603",
    "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
  ],
  "run_after_build": true
}