mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Missed QuartzCore.
This commit is contained in:
parent
6b065ab856
commit
0d4efad490
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,7 @@ if (APPLE)
|
|||
find_library(OpenGL OpenGL)
|
||||
find_library(IOKit IOKit)
|
||||
find_library(QTKit QTKit)
|
||||
find_library(QuartzCore QuartzCore)
|
||||
|
||||
target_link_libraries(
|
||||
${TARGET_NAME}
|
||||
|
@ -132,6 +133,7 @@ if (APPLE)
|
|||
${OpenGL}
|
||||
${IOKit}
|
||||
${QTKit}
|
||||
${QuartzCore}
|
||||
${LIBOVR_LIBRARIES}
|
||||
)
|
||||
else (APPLE)
|
||||
|
|
Loading…
Reference in a new issue