13 lines
362 B
JSON
13 lines
362 B
JSON
{
|
|
"project_name": "srab",
|
|
"target": "linux",
|
|
"include_modules": [
|
|
{ "c_file": "suckit.c", "c_header": "suckit.h" },
|
|
{ "c_file": "sckulya.c", "c_header": "sckulya.h" },
|
|
{ "c_file": "pstruya.c", "c_header": "pstruya.h" },
|
|
{ "c_file": "stdin.c", "c_header": "stdin.h" }
|
|
],
|
|
"compiler_flags": ["-pthread"],
|
|
"linker_flags": ["-lsqlite3"]
|
|
}
|