missed a few

This commit is contained in:
Seth Alves 2017-06-22 10:56:08 -07:00
parent 517bf0af0f
commit 9ce173f682
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
set(TARGET_NAME ac-client)
setup_hifi_project(Core Widgets)
setup_memory_debugger()
link_hifi_libraries(shared networking)

View file

@ -1,3 +1,4 @@
set(TARGET_NAME atp-get)
setup_hifi_project(Core Widgets)
setup_memory_debugger()
link_hifi_libraries(shared networking)

View file

@ -1,4 +1,5 @@
set(TARGET_NAME skeleton-dump)
setup_hifi_project(Core Widgets)
setup_memory_debugger()
link_hifi_libraries(shared fbx model gpu gl animation)