mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-03 08:51:30 +02:00
fix windows build of render-utils-test
This commit is contained in:
parent
92b41d7a38
commit
5fc1e97166
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
set(TARGET_NAME gpu-gl)
|
set(TARGET_NAME gpu-gl)
|
||||||
setup_hifi_library()
|
setup_hifi_library()
|
||||||
link_hifi_libraries(shared gl gpu)
|
link_hifi_libraries(shared gl gpu)
|
||||||
|
if (UNIX)
|
||||||
target_link_libraries(${TARGET_NAME} pthread)
|
target_link_libraries(${TARGET_NAME} pthread)
|
||||||
|
endif(UNIX)
|
||||||
GroupSources("src")
|
GroupSources("src")
|
||||||
|
|
||||||
target_opengl()
|
target_opengl()
|
||||||
|
|
Loading…
Reference in a new issue