mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 11:13:06 +02:00
check in VS2010 subdir to see oculus 0.4.0 library
This commit is contained in:
parent
df629b6288
commit
d6c0defd98
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ elseif (UNIX)
|
|||
select_library_configurations(XINERAMA)
|
||||
|
||||
elseif (WIN32)
|
||||
find_library(LIBOVR_LIBRARY_DEBUG "Lib/Win32/libovrd.lib" HINTS ${OCULUS_SEARCH_DIRS})
|
||||
find_library(LIBOVR_LIBRARY_RELEASE "Lib/Win32/libovr.lib" HINTS ${OCULUS_SEARCH_DIRS})
|
||||
find_library(LIBOVR_LIBRARY_DEBUG NAME ovrd PATH_SUFFIXES Lib/Win32 Lib/Win32/VS2010 HINTS ${OCULUS_SEARCH_DIRS})
|
||||
find_library(LIBOVR_LIBRARY_RELEASE NAME ovr PATH_SUFFIXES Lib/Win32 Lib/Win32/VS2010 HINTS ${OCULUS_SEARCH_DIRS})
|
||||
endif ()
|
||||
|
||||
select_library_configurations(LIBOVR)
|
||||
|
|
Loading…
Reference in a new issue