aboutsummaryrefslogtreecommitdiff
path: root/load/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'load/buildfile')
-rw-r--r--load/buildfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/load/buildfile b/load/buildfile
index 333c091..8cd61fc 100644
--- a/load/buildfile
+++ b/load/buildfile
@@ -9,13 +9,15 @@ import libs += libodb%lib{odb}
include ../brep/
-exe{brep-load}: \
-{ cxx}{ load } \
-{hxx ixx cxx}{ load-options } \
+exe{brep-load}: \
+{ cxx}{ load } \
+{hxx ixx cxx}{ load-options } \
+{hxx cxx}{ types-parsers } \
../brep/lib{brep} $libs
cli.options += -I $src_root --include-with-brackets --include-prefix load \
--guard-prefix LOAD --generate-specifier --page-usage print_ --ansi-color \
+--cxx-prologue "#include <load/types-parsers>" \
--long-usage
{hxx ixx cxx}{load-options}: cli{load}