mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 12:12:14 +02:00
make oculus plugin use static glew
This commit is contained in:
parent
b9d60e803b
commit
92bcd9ca9e
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
|
||||
if (WIN32)
|
||||
|
||||
# we're using static GLEW, so define GLEW_STATIC
|
||||
add_definitions(-DGLEW_STATIC)
|
||||
|
||||
set(TARGET_NAME oculus)
|
||||
setup_hifi_plugin()
|
||||
link_hifi_libraries(shared gl plugins display-plugins)
|
||||
|
|
Loading…
Reference in a new issue