Files
c3c/resources/testproject/lib/clib.c3l/manifest.json
2024-08-21 10:37:50 +02:00

16 lines
261 B
JSON

{
"provides" : "clib",
"c-sources" : ["hello2.c", "whitespace test.c"],
"targets" : {
"macos-x64" : {
},
"macos-aarch64" : {},
"linux-x64" : {
"cflags": "-fPIE"
},
"windows-x64" : {
"c-include-dirs": ["C:\\"]
}
}
}