mirror of
https://github.com/glest/glest-source.git
synced 2025-02-22 18:54:58 +01:00
tweak to build with kdevelop on osx
This commit is contained in:
parent
46a0dab916
commit
62a1dab85a
22
.gitignore
vendored
22
.gitignore
vendored
@ -6,30 +6,10 @@
|
||||
# Vim
|
||||
*.un~
|
||||
Session.vim
|
||||
.netrwhist
|
||||
MegaGlest.kdev4
|
||||
|
||||
## OSX
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
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 image file caches
|
||||
|
@ -223,7 +223,7 @@ IF(CMAKE_COMPILER_IS_GNUCXX OR MINGW)
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
IF(APPLE)
|
||||
IF(APPLE AND NOT CMAKE_COMPILER_IS_GNUCXX)
|
||||
SET(GIT_VERSION_CMD "-DGITVERSION='\\\\'${GIT_COMMIT_COUNT}.${GIT_SHA1}\\\\''")
|
||||
ELSE()
|
||||
SET(GIT_VERSION_CMD "-DGITVERSION='\\\"${GIT_COMMIT_COUNT}.${GIT_SHA1}\\\"'")
|
||||
|
Loading…
x
Reference in New Issue
Block a user