mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-05 13:26:05 +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(OpenGL OpenGL)
|
||||||
find_library(IOKit IOKit)
|
find_library(IOKit IOKit)
|
||||||
find_library(QTKit QTKit)
|
find_library(QTKit QTKit)
|
||||||
|
find_library(QuartzCore QuartzCore)
|
||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
${TARGET_NAME}
|
${TARGET_NAME}
|
||||||
|
@ -132,6 +133,7 @@ if (APPLE)
|
||||||
${OpenGL}
|
${OpenGL}
|
||||||
${IOKit}
|
${IOKit}
|
||||||
${QTKit}
|
${QTKit}
|
||||||
|
${QuartzCore}
|
||||||
${LIBOVR_LIBRARIES}
|
${LIBOVR_LIBRARIES}
|
||||||
)
|
)
|
||||||
else (APPLE)
|
else (APPLE)
|
||||||
|
|
Loading…
Reference in a new issue