mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 02:24:50 +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 "" )
|
||||
|
||||
IF( WIN32 )
|
||||
INCLUDE( "CMakeLists.win32.txt" )
|
||||
INCLUDE( "CMakeLists.win32.cmake" )
|
||||
ENDIF( WIN32 )
|
||||
IF( UNIX )
|
||||
INCLUDE( "CMakeLists.unix.txt" )
|
||||
INCLUDE( "CMakeLists.unix.cmake" )
|
||||
ENDIF( UNIX )
|
||||
|
||||
IF( APPLE )
|
||||
|
@@ -7,9 +7,9 @@ ADD_DEFINITIONS( -fPIC )
|
||||
SET( QXTWEB_LIBRARIES qxtweb-standalone )
|
||||
|
||||
IF( APPLE )
|
||||
INCLUDE( "CMakeLists.osx.txt" )
|
||||
INCLUDE( "CMakeLists.osx.cmake" )
|
||||
ENDIF( APPLE )
|
||||
|
||||
IF( UNIX AND NOT APPLE )
|
||||
INCLUDE( "CMakeLists.linux.txt" )
|
||||
INCLUDE( "CMakeLists.linux.cmake" )
|
||||
ENDIF( UNIX AND NOT APPLE )
|
Reference in New Issue
Block a user