source: GTP/trunk/Lib/Vis/OnlineCullingCHC/src/GtpVisibility.pro @ 1226

Revision 1226, 771 bytes checked in by mattausch, 18 years ago (diff)
Line 
1
2TEMPLATE = app
3
4TARGET = visibility
5
6INCLUDEPATH += ../include \
7c:/stlport-4.6.2/stlport \
8D:\gametools\ogrenew\PlugIns\OctreeSceneManager\include \
9d:/gametools/ogrenew/OgreMain/include
10
11# debuc config
12CONFIG          += console warn_on debug thread
13
14#DEFINES        +=EXT_HASH
15# RELEASE CONFIG
16#CONFIG         += windows warn_on thread
17
18# DEPENDPATH    = ../../include
19
20# Input
21HEADERS +=
22
23       
24SOURCES += \
25CoherentHierarchicalCullingManager.cpp  PreprocessingManager.cpp \
26CullingManager.cpp                      QueryManager.cpp \
27DummyPreprocessingManager.cpp           StopAndWaitCullingManager.cpp \
28DummyQueryManager.cpp                   VisibilityEnvironment.cpp \
29FrustumCullingManager.cpp               VisibilityManager.cpp \
30HierarchyInterface.cpp
31
Note: See TracBrowser for help on using the repository browser.