mirror of https://github.com/axmolengine/axmol.git
fix CMakeLists for Mac Os
This commit is contained in:
parent
3fae476cd2
commit
1d02270c21
|
@ -126,7 +126,7 @@ elseif(WINDOWS)
|
|||
elseif(LINUX)
|
||||
set(PLATFORM_SPECIFIC_LIBS jpeg webp tiff freetype curl websockets
|
||||
fontconfig png pthread glfw GLEW GL X11 rt z protobuf ${FMOD_LIB})
|
||||
elseif(MACOSX)
|
||||
elseif(APPLE)
|
||||
|
||||
INCLUDE_DIRECTORIES ( /System/Library/Frameworks )
|
||||
|
||||
|
|
Loading…
Reference in New Issue