Fix broken assignment-client build

This commit is contained in:
Brad Davis 2015-10-14 17:07:10 -07:00
parent e39219c2b5
commit 10df0f2d8c

View file

@ -1,12 +1,12 @@
set(TARGET_NAME assignment-client) set(TARGET_NAME assignment-client)
setup_hifi_project(Core Gui Network Script Widgets WebSockets) setup_hifi_project(Core Gui Network Script Quick Widgets WebSockets)
# link in the shared libraries # link in the shared libraries
link_hifi_libraries( link_hifi_libraries(
audio avatars octree environment gpu model fbx entities audio avatars octree environment gpu model fbx entities
networking animation shared script-engine embedded-webserver networking animation shared script-engine embedded-webserver
physics controllers physics
) )
include_application_version() include_application_version()