mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Use JSON, unifying settings.
This commit is contained in:
committed by
Christoffer Lerno
parent
fd82f9685f
commit
7226bff6ea
27
resources/testproject/project.c3p
Normal file
27
resources/testproject/project.c3p
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"authors": [
|
||||
"John Doe <john.doe@example.com>"
|
||||
],
|
||||
"langrev": "1",
|
||||
"warnings": [
|
||||
"no-unused"
|
||||
],
|
||||
// sources compiled
|
||||
"sources": [
|
||||
"./**"
|
||||
],
|
||||
// libraries to use
|
||||
"libs": [],
|
||||
// c compiler
|
||||
"cc": "cc",
|
||||
// c sources
|
||||
"csources": [
|
||||
"./csource/**"
|
||||
],
|
||||
"targets": {
|
||||
"hello_world": {
|
||||
"type": "executable",
|
||||
}
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user