From 1cd4dc4746bf931aed3062c4ac9ab8c85b6c262d Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Mon, 23 Feb 2015 09:15:18 -0800 Subject: [PATCH] Adding win32 libs, need to fix for cross platform --- cmake/modules/FindLibOVR.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/modules/FindLibOVR.cmake b/cmake/modules/FindLibOVR.cmake index acd0b04f82..c45aa5b784 100644 --- a/cmake/modules/FindLibOVR.cmake +++ b/cmake/modules/FindLibOVR.cmake @@ -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)