Fix fgelev linkage on Mac.
This commit is contained in:
parent
73a519a95c
commit
29bc895f0b
1 changed files with 2 additions and 2 deletions
|
@ -152,8 +152,8 @@ else(SIMGEAR_SHARED)
|
|||
${OPENAL_LIBRARY})
|
||||
|
||||
if(APPLE)
|
||||
find_library(CORESERVICES_LIBRARY CoreServices)
|
||||
list(APPEND SIMGEAR_CORE_LIBRARY_DEPENDENCIES ${CORESERVICES_LIBRARY})
|
||||
find_library(COCOA_LIBRARY Cocoa)
|
||||
list(APPEND SIMGEAR_CORE_LIBRARY_DEPENDENCIES ${COCOA_LIBRARY})
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
|
|
Loading…
Add table
Reference in a new issue