aboutsummaryrefslogtreecommitdiff
path: root/build.conf
diff options
context:
space:
mode:
Diffstat (limited to 'build.conf')
-rw-r--r--build.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.conf b/build.conf
index d994977..e82cc29 100644
--- a/build.conf
+++ b/build.conf
@@ -39,7 +39,8 @@ filesIn("src/tests") filter regexp("^src/tests/(.*)\\.cpp$", "tests/{re:1}"):
39 set "LDFLAGS" += "-L. -lbu++", 39 set "LDFLAGS" += "-L. -lbu++",
40 input "src/{target}.cpp" 40 input "src/{target}.cpp"
41 41
42["tests/itoqueue1", "tests/itoqueue2"]: set "LDFLAGS" += "-lpthread" 42["tests/itoqueue1", "tests/itoqueue2", "tests/socketblock"]:
43 set "LDFLAGS" += "-lpthread"
43 44
44filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): 45filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"):
45 rule "exe", 46 rule "exe",