~mir-team/mir/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2013-03-13 07:41:46 UTC
  • mfrom: (482.3.7 mir1)
  • Revision ID: tarmac-20130313074146-ljqzi4v8ym7a6y4p
all: shift code around to clearly segregate code for server and client (and shared, and test). Fixes: https://bugs.launchpad.net/bugs/1152688.

Approved by PS Jenkins bot, Daniel van Vugt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
enable_testing()
69
69
 
70
 
include_directories(include/)
 
70
include_directories(include/shared)
71
71
 
72
72
# Check for boost
73
73
find_package(Boost 1.48.0 COMPONENTS chrono date_time filesystem system thread program_options regex REQUIRED)