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:
parent
cb43055e13
commit
83b459f84f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user