fix CMakeLists for Mac Os

This commit is contained in:
Anton Sokolchenko 2014-10-14 19:17:00 +03:00
parent 3fae476cd2
commit 1d02270c21
1 changed files with 1 additions and 1 deletions

View File

@ -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 )