Link Foundation/CoreServices into unit tests so they build with DISABLE_WX.

This commit is contained in:
comex
2014-10-29 00:01:41 -04:00
parent be44fdf0ec
commit cb0af4057e
2 changed files with 6 additions and 1 deletions

View File

@ -278,6 +278,7 @@ if(APPLE)
find_library(COREAUDIO_LIBRARY CoreAudio)
find_library(COREFUND_LIBRARY CoreFoundation)
find_library(CORESERV_LIBRARY CoreServices)
find_library(FOUNDATION_LIBRARY foundation)
find_library(IOB_LIBRARY IOBluetooth)
find_library(IOK_LIBRARY IOKit)
find_library(QUICKTIME_LIBRARY QuickTime)