~elementary-pantheon/contractor/master

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Corentin Noël
  • Date: 2016-11-01 01:23:41 UTC
  • Revision ID: git-v1:ab9c10d201fd44bdf0f5e3006733b35e5d9f0a79
Create the default contractor directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
cmake_policy(VERSION 2.6)
5
5
project(contractor)
6
6
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )
 
7
include(GNUInstallDirs)
7
8
 
8
9
set (VERSION "0.3.2")
9
10
 
18
19
 
19
20
add_subdirectory (src)
20
21
add_subdirectory (data)
 
22
 
 
23
install (DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/contractor)