~elementary-pantheon/contractor/master

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Cody Garver
  • Author(s): Matt Harris
  • Date: 2018-05-24 21:16:56 UTC
  • Revision ID: git-v1:fe6f23e1d24ba1b63c76e504af8e16bb31012c97
Switch to Meson (#25)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Check http://elementaryos.org/docs/developer-guide/cmake for documentation
2
 
 
3
 
cmake_minimum_required (VERSION 2.6)
4
 
cmake_policy(VERSION 2.6)
5
 
project(contractor)
6
 
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )
7
 
include(GNUInstallDirs)
8
 
 
9
 
set (VERSION "0.3.3")
10
 
 
11
 
add_subdirectory (src)
12
 
add_subdirectory (data)
13
 
 
14
 
install (DIRECTORY DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/contractor)