quiet a couple warnings

This commit is contained in:
Seth Alves 2016-10-27 11:07:46 -07:00
parent f47aeae2a7
commit ea3b513e71
3 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,7 @@ AUTOSCRIBE_SHADER_LIB(gpu model render-utils)
# This is not a testcase -- just set it up as a regular hifi project
setup_hifi_project(Quick Gui OpenGL Script Widgets)
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "Tests/manual-tests/")
link_hifi_libraries(networking gl gpu gpu-gl procedural shared fbx model model-networking animation script-engine render render-utils )
link_hifi_libraries(networking gl gpu gpu-gl procedural shared fbx model model-networking animation script-engine render render-utils octree )
package_libraries_for_deployment()
target_nsight()

View file

@ -13,6 +13,7 @@
#include <QtCore/QFile>
#include <FBXReader.h>
#include <OctreeRenderer.h>
struct MyVertex {
vec3 position;

View file

@ -22,6 +22,7 @@
#include <DeferredLightingEffect.h>
#include <FramebufferCache.h>
#include <TextureCache.h>
#include <OctreeRenderer.h>
#ifdef DEFERRED_LIGHTING
extern void initDeferredPipelines(render::ShapePlumber& plumber);