~dandrader/mir/cross-compile-parallel

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Alan Griffiths
  • Date: 2013-03-11 12:42:15 UTC
  • mto: This revision was merged to the branch mainline in revision 494.
  • Revision ID: alan@octopull.co.uk-20130311124215-8h9r86p7uep2ku9i
Segregate shared headers & source

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
43
43
 
44
 
include (cmake/Debian.cmake)
 
44
#include (cmake/Debian.cmake)
45
45
include (cmake/EnableCoverageReport.cmake)
46
46
include (cmake/MirCommon.cmake)
47
47
include (cmake/Doxygen.cmake)
67
67
 
68
68
enable_testing()
69
69
 
 
70
include_directories(include/shared)
70
71
include_directories(include/)
71
72
 
72
73
# Check for boost