1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 01:30:02 +02:00

Port libtomahawk to the new cmake-build-in automoc. Requires cmake 2.8.6

This commit is contained in:
Dominik Schmidt
2012-03-08 19:30:00 +01:00
parent 5641f2a07c
commit df65d040e8
16 changed files with 232 additions and 394 deletions

View File

@@ -1,5 +1,5 @@
PROJECT( tomahawk )
CMAKE_MINIMUM_REQUIRED( VERSION 2.8 )
CMAKE_MINIMUM_REQUIRED( VERSION 2.8.6 )
SET( CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules" )
IF( ${CMAKE_VERSION} VERSION_GREATER 2.8.3 )