~robert-ancell/unity-system-compositor/private-mir-extension

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Robert Ancell
  • Date: 2013-09-26 23:40:03 UTC
  • mfrom: (76.1.7 trunk)
  • Revision ID: robert.ancell@canonical.com-20130926234003-29p9l3bvs6ws9gs4
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
set(USC_VERSION "${USC_VERSION_MAJOR}.${USC_VERSION_MINOR}.${USC_VERSION_PATCH}")
22
22
 
23
23
cmake_minimum_required(VERSION 2.8)
 
24
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
24
25
 
25
26
# Set location of outputs
26
27
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
40
41
find_package(Boost 1.48.0 COMPONENTS chrono date_time filesystem system thread program_options regex REQUIRED)
41
42
include_directories(${Boost_INCLUDE_DIRS})
42
43
 
 
44
# Check for GL
 
45
find_package(GLESv2 REQUIRED)
 
46
include_directories (${GLESv2_INCLUDE_DIRS})
 
47
 
43
48
add_subdirectory(src/)