~indicator-applet-developers/indicator-session/trunk.16.10

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Pete Woods
  • Date: 2017-03-14 10:23:37 UTC
  • mfrom: (486.1.2 trunk)
  • Revision ID: ci-train-bot@canonical.com-20170314102337-rtr0mz3whugaoad1
Switch to using cmake-extras macros instead of vendored ones

Approved by: unity-api-1-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project (indicator-session C CXX)
2
2
cmake_minimum_required (VERSION 2.8.9)
3
3
 
4
 
list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
5
 
 
6
4
set (PROJECT_VERSION "13.10.1")
7
5
set (PACKAGE ${CMAKE_PROJECT_NAME})
8
6
set (GETTEXT_PACKAGE indicator-session)