Missing library for Apple
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user