summaryrefslogtreecommitdiffstats
path: root/lib/kross/CMakeLists.txt
blob: e083e027ce938d1c9f2c1ee49df6f9c078784703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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()