mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33:59 +02:00
Rename CMakeLists..txt files to CMakeLists..cmake so we get proper syntax highlighting
This commit is contained in:
@@ -176,10 +176,10 @@ INCLUDE_DIRECTORIES(
|
|||||||
SET( OS_SPECIFIC_LINK_LIBRARIES "" )
|
SET( OS_SPECIFIC_LINK_LIBRARIES "" )
|
||||||
|
|
||||||
IF( WIN32 )
|
IF( WIN32 )
|
||||||
INCLUDE( "CMakeLists.win32.txt" )
|
INCLUDE( "CMakeLists.win32.cmake" )
|
||||||
ENDIF( WIN32 )
|
ENDIF( WIN32 )
|
||||||
IF( UNIX )
|
IF( UNIX )
|
||||||
INCLUDE( "CMakeLists.unix.txt" )
|
INCLUDE( "CMakeLists.unix.cmake" )
|
||||||
ENDIF( UNIX )
|
ENDIF( UNIX )
|
||||||
|
|
||||||
IF( APPLE )
|
IF( APPLE )
|
||||||
|
@@ -7,9 +7,9 @@ ADD_DEFINITIONS( -fPIC )
|
|||||||
SET( QXTWEB_LIBRARIES qxtweb-standalone )
|
SET( QXTWEB_LIBRARIES qxtweb-standalone )
|
||||||
|
|
||||||
IF( APPLE )
|
IF( APPLE )
|
||||||
INCLUDE( "CMakeLists.osx.txt" )
|
INCLUDE( "CMakeLists.osx.cmake" )
|
||||||
ENDIF( APPLE )
|
ENDIF( APPLE )
|
||||||
|
|
||||||
IF( UNIX AND NOT APPLE )
|
IF( UNIX AND NOT APPLE )
|
||||||
INCLUDE( "CMakeLists.linux.txt" )
|
INCLUDE( "CMakeLists.linux.cmake" )
|
||||||
ENDIF( UNIX AND NOT APPLE )
|
ENDIF( UNIX AND NOT APPLE )
|
Reference in New Issue
Block a user