mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 03:53:22 +02:00
Add shaders to assignment-client makefile to fix linker error
This commit is contained in:
parent
e8a2622ed6
commit
7c0f921eed
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ setup_memory_debugger()
|
||||||
|
|
||||||
# link in the shared libraries
|
# link in the shared libraries
|
||||||
link_hifi_libraries(
|
link_hifi_libraries(
|
||||||
audio avatars octree gpu graphics fbx hfm entities
|
audio avatars octree gpu graphics shaders fbx hfm entities
|
||||||
networking animation recording shared script-engine embedded-webserver
|
networking animation recording shared script-engine embedded-webserver
|
||||||
controllers physics plugins midi image
|
controllers physics plugins midi image
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue