From 12be7ab4876f77fecfab903df70791623219b3da Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 3 Jul 2018 12:06:23 +0100 Subject: COMPMID-1310: Create graph validation executables. Change-Id: I9e0b57b1b83fe5a95777cdaeddba6ecef650bafc Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/138697 Reviewed-by: Anthony Barbier Tested-by: Jenkins --- examples/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/SConscript') 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]) -- cgit v1.2.1