aboutsummaryrefslogtreecommitdiff
path: root/modules/KDE4Defaults.cmake
blob: d019258d165a32ab7f7c78329897d7328a8c2757 (plain)
1
2
3
4
5
6
7
8
9
10
11

# support for Dart: http://public.kitware.com/dashboard.php?name=kde
enable_testing()
include(CTest)

# Always include srcdir and builddir in include path
set(CMAKE_INCLUDE_CURRENT_DIR ON)

# Use colors
set(CMAKE_COLOR_MAKEFILE ON)