mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
link the OVR library seperately from the QT_LIBRARIES
This commit is contained in:
parent
535e890710
commit
7edb7590a7
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ include_directories(
|
|||
${LIBOVR_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
target_link_libraries(${TARGET_NAME} ${QT_LIBRARIES} ${LIBOVR_LIBRARY})
|
||||
target_link_libraries(${TARGET_NAME} ${QT_LIBRARIES})
|
||||
target_link_libraries(${TARGET_NAME} ${LIBOVR_LIBRARY})
|
||||
|
||||
if (APPLE)
|
||||
# link in required OS X frameworks and include the right GL headers
|
||||
|
|
Loading…
Reference in a new issue