mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 00:43:06 +02:00
Add AppKit as a dependency in interface CMakeLists.txt
This commit is contained in:
parent
284c4d8ac0
commit
6b1671c598
1 changed files with 2 additions and 1 deletions
|
@ -174,8 +174,9 @@ if (APPLE)
|
|||
find_library(CoreFoundation CoreFoundation)
|
||||
find_library(GLUT GLUT)
|
||||
find_library(OpenGL OpenGL)
|
||||
find_library(AppKit AppKit)
|
||||
|
||||
target_link_libraries(${TARGET_NAME} ${CoreAudio} ${CoreFoundation} ${GLUT} ${OpenGL})
|
||||
target_link_libraries(${TARGET_NAME} ${CoreAudio} ${CoreFoundation} ${GLUT} ${OpenGL} ${AppKit})
|
||||
|
||||
# install command for OS X bundle
|
||||
INSTALL(TARGETS ${TARGET_NAME}
|
||||
|
|
Loading…
Reference in a new issue