cprogram works.
This commit is contained in:
@@ -3,3 +3,9 @@ bundle {
|
||||
srcs = { "./h/*.h" }
|
||||
}
|
||||
|
||||
clibrary {
|
||||
name = "string",
|
||||
srcs = { "./src/string/*.c" },
|
||||
deps = { ":headers" },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user