link the OVR library seperately from the QT_LIBRARIES

This commit is contained in:
Stephen Birarda 2013-05-10 14:54:44 -07:00
parent 535e890710
commit 7edb7590a7

View file

@ -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