mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Adding win32 libs, need to fix for cross platform
This commit is contained in:
parent
06b9b9cc88
commit
1cd4dc4746
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ if (NOT ANDROID)
|
|||
|
||||
find_path(LIBOVR_INCLUDE_DIRS OVR_CAPI.h PATH_SUFFIXES include HINTS ${LIBOVR_SEARCH_DIRS})
|
||||
find_library(LIBOVR_LIBRARIES ovr PATH_SUFFIXES lib HINTS ${LIBOVR_SEARCH_DIRS})
|
||||
list(APPEND LIBOVR_LIBRARIES setupapi winmm ws2_32)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(LIBOVR DEFAULT_MSG LIBOVR_INCLUDE_DIRS LIBOVR_LIBRARIES)
|
||||
|
|
Loading…
Reference in a new issue