mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove trailing whitespace from CMakeLists.txt
This commit is contained in:
parent
35dc6c6d64
commit
0f98ab21c2
1 changed files with 3 additions and 3 deletions
|
@ -665,7 +665,7 @@ elseif(IOS)
|
|||
if(EXISTS "${CMAKE_IOS_SDK_ROOT}/System/Library/Frameworks/GameController.framework")
|
||||
set(nativeExtraLibs ${nativeExtraLibs} "-weak_framework GameController")
|
||||
endif()
|
||||
|
||||
|
||||
if(NOT ICONV_LIBRARY)
|
||||
set(nativeExtraLibs ${nativeExtraLibs} iconv)
|
||||
endif()
|
||||
|
@ -1630,8 +1630,8 @@ if(ANDROID)
|
|||
if(X86_64)
|
||||
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-Bsymbolic")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
endif()
|
||||
|
||||
set(CoreExtraLibs ${CoreExtraLibs} armips)
|
||||
|
||||
set(GlslangLibs glslang OGLCompiler OSDependent SPIRV SPVRemapper)
|
||||
|
|
Loading…
Add table
Reference in a new issue