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/makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/cxx/hybrid/makefile b/examples/cxx/hybrid/makefile
index 2defdc5..cc886ec 100644
--- a/examples/cxx/hybrid/makefile
+++ b/examples/cxx/hybrid/makefile
@@ -5,8 +5,8 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
-all_examples := binary compositors custom hello multiroot streaming \
-library wildcard filter minimal
+all_examples := binary compositors custom hello multiroot polymorphism \
+polyroot streaming library wildcard filter minimal
build_examples := binary compositors custom
@@ -19,6 +19,10 @@ ifeq ($(xsde_stl),y)
build_examples += library wildcard filter
endif
+ifeq ($(xsde_polymorphic),y)
+build_examples += polymorphism polyroot
+endif
+
endif
endif