aboutsummaryrefslogtreecommitdiff
path: root/examples/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SConscript')
-rw-r--r--examples/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/SConscript b/examples/SConscript
index c3576fb1a0..bada734659 100644
--- a/examples/SConscript
+++ b/examples/SConscript
@@ -47,6 +47,7 @@ else:
# Build graph examples
graph_utils = examples_env.Object("../utils/GraphUtils.cpp")
+graph_utils += examples_env.Object("../utils/CommonGraphOptions.cpp")
examples_libs = examples_env.get("LIBS",[])
for file in Glob("./graph_*.cpp"):
example = os.path.basename(os.path.splitext(str(file))[0])