Add shaders to assignment-client makefile to fix linker error

This commit is contained in:
sabrina-shanman 2018-12-12 15:20:23 -08:00
parent e8a2622ed6
commit 7c0f921eed

View file

@ -11,7 +11,7 @@ setup_memory_debugger()
# link in the shared 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
controllers physics plugins midi image
)