You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/lib/kross/CMakeLists.txt

17 lines
716 B
CMake

###############################################################################
# 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()