~elementary-pantheon/contractor/master

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: am.monkeyd@gmail.com
  • Date: 2011-07-11 07:43:23 UTC
  • Revision ID: git-v1:05b68a0db47c65cd1ff9ef89a972395ca53ffeaa
let's roll

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
 
 
6
project(contractor)
 
7
 
 
8
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/vala )
 
9
 
 
10
add_subdirectory (src)
 
11
add_subdirectory (data)
 
12