summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f5946d2..e95e7e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -370,6 +370,8 @@ if (WITH_DM_LUA)
endif()
endif()
+OPTION(WITH_DM_C89 "Do build with C89 datamodel support" ON)
+
add_subdirectory(src/uscxml)
add_subdirectory(src/bindings)