aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/makefile')
-rw-r--r--examples/cxx/hybrid/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/makefile b/examples/cxx/hybrid/makefile
index 8bdb2de..f54f56b 100644
--- a/examples/cxx/hybrid/makefile
+++ b/examples/cxx/hybrid/makefile
@@ -10,6 +10,7 @@ allocator \
binary \
compositors \
custom \
+evolution \
hello \
multiroot \
polymorphism \
@@ -20,7 +21,7 @@ wildcard \
filter \
minimal
-build_examples := binary compositors custom
+build_examples := binary compositors custom evolution
ifeq ($(xsde_iostream),y)
ifeq ($(xsde_exceptions),y)