Compile c files to separate directories. Add compressed library to example test project.

This commit is contained in:
Christoffer Lerno
2024-07-10 13:35:01 +02:00
parent 5cf1f13328
commit e7d8f64a49
8 changed files with 14 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"provides" : "clib",
"c-sources" : ["hello.c"],
"c-sources" : ["hello2.c"],
"targets" : {
"macos-x64" : {
},