1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Rename cpp sources to cxx

This commit is contained in:
Mathieu Schroeter 2017-02-24 18:50:03 +01:00
parent cb43055e13
commit 83b459f84f
24 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_CXX_COMPILER_ID}" ST
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++11 -L${CMAKE_INSTALL_PREFIX}/lib")
endif ()
file (GLOB_RECURSE sources src/*.cpp src/*.h src/win32/*.rc)
file (GLOB_RECURSE sources src/*.cxx src/*.h src/win32/*.rc)
file (GLOB_RECURSE po resources/po/*.po)
if (MINGW)
file (GLOB_RECURSE rc src/win32/*.rc)