mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Less dependencies in tests.
This commit is contained in:
parent
80763b3fc5
commit
51a12adc08
2 changed files with 2 additions and 4 deletions
|
@ -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 ()
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue