aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/hybrid/makefile')
-rw-r--r--dist/examples/cxx/hybrid/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/examples/cxx/hybrid/makefile b/dist/examples/cxx/hybrid/makefile
index 11af66b..3a9ddaa 100644
--- a/dist/examples/cxx/hybrid/makefile
+++ b/dist/examples/cxx/hybrid/makefile
@@ -13,6 +13,10 @@ ifeq ($(XSDE_STL),y)
dirs += library wildcard filter
endif
+ifeq ($(XSDE_POLYMORPHIC),y)
+dirs += polymorphism polyroot
+endif
+
endif
endif