mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 14:46:55 +02:00
include CoreFoundation for Audio.cpp defaultAudioDeviceForMode
This commit is contained in:
parent
e5c2a099b8
commit
2469d958d6
1 changed files with 2 additions and 1 deletions
|
@ -172,10 +172,11 @@ add_definitions(-DQT_NO_BEARERMANAGEMENT)
|
|||
if (APPLE)
|
||||
# link in required OS X frameworks and include the right GL headers
|
||||
find_library(CoreAudio CoreAudio)
|
||||
find_library(CoreFoundation CoreFoundation)
|
||||
find_library(GLUT GLUT)
|
||||
find_library(OpenGL OpenGL)
|
||||
|
||||
target_link_libraries(${TARGET_NAME} ${CoreAudio} ${GLUT} ${OpenGL})
|
||||
target_link_libraries(${TARGET_NAME} ${CoreFoundation} ${CoreAudio} ${GLUT} ${OpenGL})
|
||||
|
||||
# install command for OS X bundle
|
||||
INSTALL(TARGETS ${TARGET_NAME}
|
||||
|
|
Loading…
Reference in a new issue