mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
[iOS] Fixed linker command line in Graphics/CMakeLists.txt
This commit is contained in:
parent
ca29498653
commit
cac645076f
@ -126,8 +126,8 @@ endif()
|
||||
if(IOS)
|
||||
find_package(JPEG REQUIRED)
|
||||
find_package(Freetype REQUIRED)
|
||||
set(GRAPHICS_EXT_INCLUDE_PATHS ${FREETYPE_INCLUDE_DIRS} ${JPEG_INCLUDE_DIR})
|
||||
set(GRAPHICS_EXT_LIBS -framework OpenGLES ${FREETYPE_LIBRARY} ${JPEG_LIBRARY})
|
||||
set(GRAPHICS_EXT_INCLUDE_PATHS ${FREETYPE_INCLUDE_DIRS} ${JPEG_INCLUDE_DIR})
|
||||
set(GRAPHICS_EXT_LIBS "-framework OpenGLES ${FREETYPE_LIBRARY} ${JPEG_LIBRARY}")
|
||||
endif()
|
||||
|
||||
# add include paths of external libraries
|
||||
|
Loading…
Reference in New Issue
Block a user