mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
28 lines
418 B
JSON
28 lines
418 B
JSON
{
|
|
"version": "0.1.0",
|
|
"authors": [
|
|
"John Doe <john.doe@example.com>"
|
|
],
|
|
"langrev": "1",
|
|
"warnings": [
|
|
"no-unused"
|
|
],
|
|
"sources": [
|
|
"./**"
|
|
],
|
|
"dependency-search-paths": [],
|
|
"dependencies": [],
|
|
"cc": "cc",
|
|
"c-sources": [],
|
|
"targets": {
|
|
"build/triangle": {
|
|
"type": "executable"
|
|
}
|
|
},
|
|
"linked-libraries": [
|
|
"glfw",
|
|
"GL"
|
|
],
|
|
"cpu": "generic",
|
|
"opt": "O0"
|
|
} |