summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 4584505f2..d899d6b8e 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -120,7 +120,13 @@
first (like Motorola and SPARC, unlike Intel and VAX). */
#cmakedefine WORDS_BIGENDIAN 1
+/* Enable LPE Tool? */
+#cmakedefine WITH_LPETOOL 1
+
/* Do we want experimental, unsupported, unguaranteed, etc., LivePathEffects enabled? */
#cmakedefine LPE_ENABLE_TEST_EFFECTS 1
+/* Build using libyaml (for xverbs) */
+#cmakedefine WITH_YAML 1
+
#endif /* _CONFIG_H_ */