diff options
Diffstat (limited to 'loader/buildfile')
-rw-r--r-- | loader/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/buildfile b/loader/buildfile index d4e4678..bb5684e 100644 --- a/loader/buildfile +++ b/loader/buildfile @@ -15,6 +15,6 @@ loader = cxx{loader} cli.cxx{options} exe{brep-loader}: $loader ../brep/libso{brep} $libs cli.options += -I $src_root --include-with-brackets --include-prefix loader \ ---guard-prefix LOADER +--guard-prefix LOADER --cli-namespace brep::cli cli.cxx{options}: cli{options} |