Less dependencies in tests.

This commit is contained in:
Howard Stearns 2015-07-27 14:02:47 -07:00
parent 80763b3fc5
commit 51a12adc08
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Declare dependencies
macro (setup_testcase_dependencies)
# link in the shared libraries
link_hifi_libraries(shared animation gpu fbx model avatars networking audio)
link_hifi_libraries(shared animation gpu fbx model)
copy_dlls_beside_windows_executable()
endmacro ()

View file

@ -40,11 +40,9 @@
*/
#include <iostream>
#include <PathUtils.h>
#include "AvatarData.h"
#include "OBJReader.h"
#include "FBXReader.h"
#include "OBJReader.h"
#include "AvatarRig.h" // We might later test Rig vs AvatarRig separately, but for now, we're concentrating on the main use case.
#include "RigTests.h"