mirror of
https://github.com/glest/glest-source.git
synced 2025-09-08 23:10:42 +02:00
tweak to build with kdevelop on osx
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -6,30 +6,10 @@
|
|||||||
# Vim
|
# Vim
|
||||||
*.un~
|
*.un~
|
||||||
Session.vim
|
Session.vim
|
||||||
.netrwhist
|
MegaGlest.kdev4
|
||||||
|
|
||||||
## OSX
|
## OSX
|
||||||
.DS_Store
|
|
||||||
.DS_Store?
|
|
||||||
.AppleDouble
|
|
||||||
.LSOverride
|
|
||||||
Icon
|
Icon
|
||||||
# Thumbnails
|
|
||||||
._*
|
|
||||||
# Files that might appear on external disk
|
|
||||||
.Spotlight-V100
|
|
||||||
.Trashes
|
|
||||||
|
|
||||||
# CMake when building e.g. on OSX
|
|
||||||
/CMakeCache.txt
|
|
||||||
CMakeFiles/
|
|
||||||
cmake_install.cmake
|
|
||||||
CMakeScripts/
|
|
||||||
Debug/
|
|
||||||
MegaGlest.build/
|
|
||||||
/MegaGlest.xcodeproj/
|
|
||||||
*.plist
|
|
||||||
*.cmake
|
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
# Windows image file caches
|
# Windows image file caches
|
||||||
|
@@ -223,7 +223,7 @@ IF(CMAKE_COMPILER_IS_GNUCXX OR MINGW)
|
|||||||
ENDIF()
|
ENDIF()
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
IF(APPLE)
|
IF(APPLE AND NOT CMAKE_COMPILER_IS_GNUCXX)
|
||||||
SET(GIT_VERSION_CMD "-DGITVERSION='\\\\'${GIT_COMMIT_COUNT}.${GIT_SHA1}\\\\''")
|
SET(GIT_VERSION_CMD "-DGITVERSION='\\\\'${GIT_COMMIT_COUNT}.${GIT_SHA1}\\\\''")
|
||||||
ELSE()
|
ELSE()
|
||||||
SET(GIT_VERSION_CMD "-DGITVERSION='\\\"${GIT_COMMIT_COUNT}.${GIT_SHA1}\\\"'")
|
SET(GIT_VERSION_CMD "-DGITVERSION='\\\"${GIT_COMMIT_COUNT}.${GIT_SHA1}\\\"'")
|
||||||
|
Reference in New Issue
Block a user