mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +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_ARGS_LIST UDEV_LIBRARY XINERAMA_LIBRARY)
|
||||
elseif (WIN32)
|
||||
list(APPEND LIBOVR_LIRARIES "DEBUG atlsd.lib OPTIMIZED atls.lib")
|
||||
list(APPEND LIBOVR_LIBRARIES ws2_32.lib)
|
||||
endif ()
|
||||
|
||||
|
|
Loading…
Reference in a new issue