Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Add linking to Foundation framework
Browse files Browse the repository at this point in the history
  • Loading branch information
syb0rg committed Aug 7, 2016
1 parent f42c1a4 commit dffd95e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libsphinxad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ if (OPENAL_FOUND)
set(SOURCES ${SOURCES} ad_openal.c)
set(LIBS "-framework ${OPENAL_LIBRARY}" CACHE INTERNAL "libs")
include_directories(${OPENAL_INCLUDE_DIR})

find_library(FOUNDATION_LIBRARY Foundation)
set(LIBS ${LIBS} "-framework ${FOUNDATION_LIBRARY}" CACHE INTERNAL "libs")
endif()

find_package(ALSA)
Expand Down

0 comments on commit dffd95e

Please sign in to comment.