diff options
Diffstat (limited to 'tests/csgtermtest.cc')
-rw-r--r-- | tests/csgtermtest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/csgtermtest.cc b/tests/csgtermtest.cc index 4e44f55..89a9bdc 100644 --- a/tests/csgtermtest.cc +++ b/tests/csgtermtest.cc @@ -77,6 +77,7 @@ int main(int argc, char **argv) currentdir = boosty::stringy( fs::current_path() ); parser_init(QCoreApplication::instance()->applicationDirPath().toStdString()); + set_librarydir(boosty::stringy(fs::path(QCoreApplication::instance()->applicationDirPath().toStdString()) / "../libraries")); Context root_ctx; register_builtin(root_ctx); |