mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 12:45:44 +00:00
update authors, fix indentation
This commit is contained in:
@ -44,3 +44,6 @@ Matthias Klumpp
|
||||
CMake build system
|
||||
Distro integration
|
||||
Bug fixes
|
||||
|
||||
Mischa Spiegelmock
|
||||
Mac OS X updates and native iTunes visualization plugin
|
||||
|
||||
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user