~thomas-voss/unity-system-compositor/fallback-gracefully-if-hw-api-is-missing-take-2

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Alexandros Frantzis
  • Date: 2015-09-30 12:29:51 UTC
  • mfrom: (200.2.59 0.1)
  • Revision ID: ci-train-bot@canonical.com-20150930122951-e9xrtnj84gpx38hu
ReleaseĀ 0.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
project(UnitySystemCompositor)
18
18
set(USC_VERSION_MAJOR 0)
19
19
set(USC_VERSION_MINOR 1)
20
 
set(USC_VERSION_PATCH 2)
 
20
set(USC_VERSION_PATCH 4)
21
21
set(USC_VERSION "${USC_VERSION_MAJOR}.${USC_VERSION_MINOR}.${USC_VERSION_PATCH}")
22
22
 
23
23
cmake_minimum_required(VERSION 2.8)