mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Merge branch 'kasen/core' into v0860-kasen-release+freshstart
This commit is contained in:
commit
94df2c304b
1 changed files with 4 additions and 4 deletions
|
@ -12,14 +12,14 @@ list(REMOVE_ITEM PLUGIN_SUBDIRS "CMakeFiles")
|
|||
set(CMAKE_BUILD_TYPE "Release")
|
||||
# client-side plugins
|
||||
if (NOT SERVER_ONLY AND NOT ANDROID)
|
||||
#set(DIR "oculus")
|
||||
#add_subdirectory(${DIR})
|
||||
set(DIR "oculus")
|
||||
add_subdirectory(${DIR})
|
||||
set(DIR "hifiSdl2")
|
||||
add_subdirectory(${DIR})
|
||||
set(DIR "openvr")
|
||||
add_subdirectory(${DIR})
|
||||
#set(DIR "oculusLegacy")
|
||||
#add_subdirectory(${DIR})
|
||||
set(DIR "oculusLegacy")
|
||||
add_subdirectory(${DIR})
|
||||
|
||||
if (USE_SIXENSE)
|
||||
set(DIR "hifiSixense")
|
||||
|
|
Loading…
Reference in a new issue