mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 18:03:27 +02:00
fix link error for linux build
This commit is contained in:
parent
ff2f4da4b2
commit
92b41d7a38
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
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)
|
||||||
|
target_link_libraries(${TARGET_NAME} pthread)
|
||||||
GroupSources("src")
|
GroupSources("src")
|
||||||
|
|
||||||
target_opengl()
|
target_opengl()
|
||||||
|
|
Loading…
Reference in a new issue