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 e3603ae..31d33a8 100644
--- a/build.conf
+++ b/build.conf
@@ -45,7 +45,8 @@ filesIn("src/tests") filter regexp("^src/tests/(.*)\\.cpp$", "tests/{re:1}"):
45 set "LDFLAGS" += "-L. -lbu++", 45 set "LDFLAGS" += "-L. -lbu++",
46 input "src/{target}.cpp" 46 input "src/{target}.cpp"
47 47
48["tests/itoqueue1", "tests/itoqueue2", "tests/socketblock", "tests/itoserver"]: 48["tests/itoqueue1", "tests/itoqueue2", "tests/socketblock", "tests/itoserver",
49 "tests/itoheap"]:
49 set "LDFLAGS" += "-lpthread" 50 set "LDFLAGS" += "-lpthread"
50 51
51filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): 52filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"):