mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-05-03 11:54:42 +00:00
fixed condtional apple check in cmakelists
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@955 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -11,11 +11,9 @@ SET_TARGET_PROPERTIES(projectM PROPERTIES VERSION 2.00 SOVERSION 2)
|
||||
|
||||
if (APPLE)
|
||||
ADD_DEFINITIONS(-DMACOS -DUSE_FBO -DSTBI_NO_DDS)
|
||||
endif(APPLE)
|
||||
|
||||
if (LINUX)
|
||||
else (APPLE)
|
||||
ADD_DEFINITIONS(-DLINUX -DUSE_FBO -DSTBI_NO_DDS -DUSE_THREADS)
|
||||
endif(LINUX)
|
||||
endif(APPLE)
|
||||
|
||||
ADD_DEFINITIONS(-DCMAKE_INSTALL_PREFIX="\\\"${CMAKE_INSTALL_PREFIX}\\\"")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user