Skip to content

Commit ad3233b

Browse files
committed
update authors, fix indentation
1 parent 3a1fdbd commit ad3233b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

AUTHORS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ Matthias Klumpp
4444
CMake build system
4545
Distro integration
4646
Bug fixes
47+
48+
Mischa Spiegelmock
49+
Mac OS X updates and native iTunes visualization plugin

src/libprojectM/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ endif(USE_THREADS)
120120
if (APPLE)
121121
ADD_DEFINITIONS(-DMACOS -DSTBI_NO_DDS)
122122
set(RESOURCE_PREFIX "Resources")
123-
FIND_LIBRARY(COREFOUNDATION_LIBRARY CoreFoundation)
124-
FIND_LIBRARY(OPENGL_LIBRARIES OpenGL)
123+
FIND_LIBRARY(COREFOUNDATION_LIBRARY CoreFoundation)
124+
FIND_LIBRARY(OPENGL_LIBRARIES OpenGL)
125125
else (APPLE)
126126
if (WIN32)
127127
set (RESOURCE_PREFIX "Resources")

0 commit comments

Comments
 (0)