update authors, fix indentation

This commit is contained in:
Mischa S
2013-08-11 20:09:13 -07:00
parent b470910a3a
commit 3e8a48f166
2 changed files with 5 additions and 2 deletions

View File

@ -44,3 +44,6 @@ Matthias Klumpp
CMake build system
Distro integration
Bug fixes
Mischa Spiegelmock
Mac OS X updates and native iTunes visualization plugin

View File

@ -120,8 +120,8 @@ endif(USE_THREADS)
if (APPLE)
ADD_DEFINITIONS(-DMACOS -DSTBI_NO_DDS)
set(RESOURCE_PREFIX "Resources")
FIND_LIBRARY(COREFOUNDATION_LIBRARY CoreFoundation)
FIND_LIBRARY(OPENGL_LIBRARIES OpenGL)
FIND_LIBRARY(COREFOUNDATION_LIBRARY CoreFoundation)
FIND_LIBRARY(OPENGL_LIBRARIES OpenGL)
else (APPLE)
if (WIN32)
set (RESOURCE_PREFIX "Resources")