Re #307 Removed link-time dependency of ssggraph to OpenAL (obsolete, since separation of sound engine)

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5082 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: e8d76b12b9758d0e06eaa59dc402cd54286f3d52
Former-commit-id: 83222f2c1285d080961ecceb92d2443117a538d1
This commit is contained in:
pouillot 2012-12-30 18:32:38 +00:00
parent 67e4b7a021
commit c987cabb8e

View file

@ -38,7 +38,6 @@ ADD_INTERFACE_INCLUDEDIR()
ADD_SDLIB_INCLUDEDIR(portability math tgf tgfclient robottools)
ADD_PLIB_INCLUDEDIR()
ADD_SDL_INCLUDEDIR()
ADD_OPENAL_INCLUDEDIR()
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
@ -69,10 +68,6 @@ ADD_SDL_LIBRARY(ssggraph)
ADD_SDLIB_LIBRARY(ssggraph portability tgf tgfclient robottools)
IF(OPENAL_FOUND)
TARGET_LINK_LIBRARIES(ssggraph ${OPENAL_LIBRARY})
ENDIF(OPENAL_FOUND)
IF(OPENGL_FOUND)
TARGET_LINK_LIBRARIES(ssggraph ${OPENGL_LIBRARY})
ENDIF(OPENGL_FOUND)