We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41cb606 + 39cccbf commit 889afc4Copy full SHA for 889afc4
examples/t01_build_your_first_tree.cpp
@@ -71,7 +71,7 @@ int main()
71
#else
72
// Load dynamically a plugin and register the TreeNodes it contains
73
// it automated the registering step.
74
- factory.registerFromPlugin("./libdummy_nodes_dyn.so");
+ factory.registerFromPlugin("../sample_nodes/bin/libdummy_nodes_dyn.so");
75
#endif
76
77
// Trees are created at deployment-time (i.e. at run-time, but only once at the beginning).
0 commit comments