mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 11:02:24 +02:00
quiet a couple warnings
This commit is contained in:
parent
f47aeae2a7
commit
ea3b513e71
3 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include <QtCore/QFile>
|
||||
|
||||
#include <FBXReader.h>
|
||||
#include <OctreeRenderer.h>
|
||||
|
||||
struct MyVertex {
|
||||
vec3 position;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue