Multiple build files work. Use deps intelligently. clibraries.

This commit is contained in:
David Given
2016-06-09 06:55:44 +02:00
parent fcc5a878ae
commit f47bb49c1f
3 changed files with 131 additions and 41 deletions

5
modules/build.lua Normal file
View File

@@ -0,0 +1,5 @@
bundle {
name = "headers",
srcs = { "./h/*.h" }
}