mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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)
|
||||
setup_hifi_library()
|
||||
link_hifi_libraries(shared gl gpu)
|
||||
target_link_libraries(${TARGET_NAME} pthread)
|
||||
if (UNIX)
|
||||
target_link_libraries(${TARGET_NAME} pthread)
|
||||
endif(UNIX)
|
||||
GroupSources("src")
|
||||
|
||||
target_opengl()
|
||||
|
|
Loading…
Reference in a new issue