summaryrefslogtreecommitdiff
path: root/hello/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'hello/buildfile')
-rw-r--r--hello/buildfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/hello/buildfile b/hello/buildfile
index 4903a33..c18fa98 100644
--- a/hello/buildfile
+++ b/hello/buildfile
@@ -1,4 +1,7 @@
-lib{hello}: {hxx cxx}{hello}
+import libs = libformat%lib{format}
+import libs += libprint%lib{print}
+
+lib{hello}: {hxx cxx}{hello} $libs
cxx.poptions += -I$src_root
lib{hello}: cxx.export.poptions = -I$src_root