Missing library for Apple

This commit is contained in:
Thomas Geymayer
2013-06-11 18:04:06 +02:00
parent 6c28edea55
commit 6cec49ce7e

View File

@@ -379,6 +379,10 @@ if(ENABLE_TESTS)
${ZLIB_LIBRARY}
${WINSOCK_LIBRARY}
${RT_LIBRARY})
if(APPLE)
find_library(COCOA_LIBRARY Cocoa)
list(APPEND TEST_LIBS ${COCOA_LIBRARY})
endif()
endif()
if(NOT SIMGEAR_HEADLESS)