~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: David Gomes
  • Date: 2013-09-16 06:29:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1336.
  • Revision ID: davidrafagomes@gmail.com-20130916062937-k78yiy9kluhos0hh
Removed need for CMake to check for a C++ compiler.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
cmake_minimum_required (VERSION 2.6)
4
4
cmake_policy (VERSION 2.6)
5
 
project (pantheon-files)
 
5
project (pantheon-files C)
6
6
enable_testing ()
7
7
 
8
8
list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)