fix link error for linux build

This commit is contained in:
Andrew Meadows 2017-03-27 15:50:40 -07:00
parent ff2f4da4b2
commit 92b41d7a38

View file

@ -1,6 +1,7 @@
set(TARGET_NAME gpu-gl)
setup_hifi_library()
link_hifi_libraries(shared gl gpu)
target_link_libraries(${TARGET_NAME} pthread)
GroupSources("src")
target_opengl()