mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:12:46 +02:00
try to get tests to build
This commit is contained in:
parent
bc5f563f5c
commit
773e1b0522
2 changed files with 6 additions and 6 deletions
|
@ -30,12 +30,12 @@ include_glm(${TARGET_NAME} ${ROOT_DIR})
|
||||||
|
|
||||||
# link in the shared libraries
|
# link in the shared libraries
|
||||||
include(${MACRO_DIR}/LinkHifiLibrary.cmake)
|
include(${MACRO_DIR}/LinkHifiLibrary.cmake)
|
||||||
link_hifi_library(animation ${TARGET_NAME} ${ROOT_DIR})
|
|
||||||
link_hifi_library(audio ${TARGET_NAME} ${ROOT_DIR})
|
|
||||||
link_hifi_library(fbx ${TARGET_NAME} ${ROOT_DIR})
|
|
||||||
link_hifi_library(networking ${TARGET_NAME} ${ROOT_DIR})
|
|
||||||
link_hifi_library(models ${TARGET_NAME} ${ROOT_DIR})
|
link_hifi_library(models ${TARGET_NAME} ${ROOT_DIR})
|
||||||
link_hifi_library(octree ${TARGET_NAME} ${ROOT_DIR})
|
link_hifi_library(octree ${TARGET_NAME} ${ROOT_DIR})
|
||||||
|
link_hifi_library(audio ${TARGET_NAME} ${ROOT_DIR})
|
||||||
|
link_hifi_library(networking ${TARGET_NAME} ${ROOT_DIR})
|
||||||
|
link_hifi_library(animation ${TARGET_NAME} ${ROOT_DIR})
|
||||||
|
link_hifi_library(fbx ${TARGET_NAME} ${ROOT_DIR})
|
||||||
link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
||||||
|
|
||||||
IF (WIN32)
|
IF (WIN32)
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
|
|
||||||
#if 0
|
#if 1
|
||||||
#include <ModelItem.h>
|
#include <ModelItem.h>
|
||||||
#include <ModelTree.h>
|
#include <ModelTree.h>
|
||||||
#include <ModelTreeElement.h>
|
#include <ModelTreeElement.h>
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
#include "ModelTests.h"
|
#include "ModelTests.h"
|
||||||
|
|
||||||
void ModelTests::modelTreeTests(bool verbose) {
|
void ModelTests::modelTreeTests(bool verbose) {
|
||||||
#if 0
|
#if 1
|
||||||
int testsTaken = 0;
|
int testsTaken = 0;
|
||||||
int testsPassed = 0;
|
int testsPassed = 0;
|
||||||
int testsFailed = 0;
|
int testsFailed = 0;
|
||||||
|
|
Loading…
Reference in a new issue