From df2683d989635f296a7f06f15d6a15e28d61fba5 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Thu, 5 May 2016 16:09:45 -0700 Subject: [PATCH] Fix compile error --- tests/entities/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/entities/CMakeLists.txt b/tests/entities/CMakeLists.txt index b12771b368..a6ce4cf956 100644 --- a/tests/entities/CMakeLists.txt +++ b/tests/entities/CMakeLists.txt @@ -7,6 +7,6 @@ setup_hifi_project(Network Script) set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/") # link in the shared libraries -link_hifi_libraries(entities avatars shared octree gpu model fbx networking animation) +link_hifi_libraries(entities avatars shared octree gpu model fbx networking animation audio) package_libraries_for_deployment()