~alan-griffiths/miral/revised-resize

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Alan Griffiths
  • Date: 2016-04-25 16:36:53 UTC
  • mfrom: (158.1.1 miral)
  • Revision ID: alan@octopull.co.uk-20160425163653-7k7xbcakiw01e868
Install stuff needed for out-of-tree use. (Headers, pkg-config)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
include_directories(include SYSTEM ${MIRCLIENT_INCLUDE_DIRS})
27
27
 
 
28
set(MIRAL_VERSION_MAJOR 0)
 
29
set(MIRAL_VERSION_MINOR 1)
 
30
set(MIRAL_VERSION_PATCH 0)
 
31
 
 
32
set(MIRAL_VERSION ${MIRAL_VERSION_MAJOR}.${MIRAL_VERSION_MINOR}.${MIRAL_VERSION_PATCH})
 
33
 
28
34
add_subdirectory(miral)
29
35
add_subdirectory(miral-shell)
30
36
add_subdirectory(miral-kiosk)