mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-30 09:30:35 +02:00
add atls as requirement for LibOVR
This commit is contained in:
parent
4dce4c4919
commit
acda466c76
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ elseif (UNIX)
|
||||||
list(APPEND LIBOVR_LIBRARIES "${UDEV_LIBRARY}" "${XINERAMA_LIBRARY}")
|
list(APPEND LIBOVR_LIBRARIES "${UDEV_LIBRARY}" "${XINERAMA_LIBRARY}")
|
||||||
list(APPEND LIBOVR_ARGS_LIST UDEV_LIBRARY XINERAMA_LIBRARY)
|
list(APPEND LIBOVR_ARGS_LIST UDEV_LIBRARY XINERAMA_LIBRARY)
|
||||||
elseif (WIN32)
|
elseif (WIN32)
|
||||||
|
list(APPEND LIBOVR_LIRARIES "DEBUG atlsd.lib OPTIMIZED atls.lib")
|
||||||
list(APPEND LIBOVR_LIBRARIES ws2_32.lib)
|
list(APPEND LIBOVR_LIBRARIES ws2_32.lib)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue