~fboucault/unity-mir/dpr_rebase_qt_5.1

« back to all changes in this revision

Viewing changes to CMakeLists.txt

Refactor Oom(Score)Adj to rely on process-cpp helper library. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
project(Unity-Mir)
4
4
 
 
5
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
6
 
5
7
# Find includes in corresponding build directories
6
8
set(CMAKE_INCLUDE_CURRENT_DIR ON)
7
9
# Instruct CMake to run moc automatically when needed.
65
67
add_subdirectory(src)
66
68
add_subdirectory(data)
67
69
 
68
 
# TODO(tvoss, pitti): With the build system switched to cmake, we can now
69
 
# start adding unit- and integration tests for unity-mir.
70
70
add_subdirectory(tests)
71
71
 
72
72
# TODO(tvoss): Enable coverage reporting once we have tests in place.