From c9574d3f77081fb4a654d42c298d6ebf34abca51 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 23 Nov 2007 23:47:37 +0000 Subject: Bu::FString now has insert and remove functions, yay! --- build.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'build.conf') diff --git a/build.conf b/build.conf index c05959a..0ad3f72 100644 --- a/build.conf +++ b/build.conf @@ -52,6 +52,7 @@ filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): rule "exe", target file, group "tests", + group "unit", requires "libbu++.a", set "CXXFLAGS" += "-Isrc", set "LDFLAGS" += "-L. -lbu++", -- cgit v1.2.3