summaryrefslogtreecommitdiffstats
path: root/lib/kross/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kross/CMakeLists.txt')
-rw-r--r--lib/kross/CMakeLists.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/kross/CMakeLists.txt b/lib/kross/CMakeLists.txt
new file mode 100644
index 000000000..e083e027c
--- /dev/null
+++ b/lib/kross/CMakeLists.txt
@@ -0,0 +1,17 @@
+###############################################################################
+# Trinity KOffice #
+# --------------- #
+# This file is licensed under the terms of GNU GPL v3 or later. #
+# Improvements and feedback are welcome. #
+###############################################################################
+
+tde_conditional_add_subdirectory(WITH_KROSS_PYTHON python)
+tde_conditional_add_subdirectory(WITH_KROSS_RUBY ruby)
+
+add_subdirectory(api)
+add_subdirectory(main)
+add_subdirectory(runner)
+
+if (BUILD_TESTS)
+ add_subdirectory(test)
+endif() \ No newline at end of file