Revision 39b13612ebd645a65eda854771b517371f2f858a authored by ennetws on 13 March 2015, 18:17:18 UTC, committed by ennetws on 13 March 2015, 18:17:18 UTC
1 parent c702819
visiblity_resampler.pro
include($$[STARLAB])
include($$[SURFACEMESH])
include($$[NANOFLANN])
include($$[OCTREE])
StarlabTemplate(plugin)
# Build flag
CONFIG(debug, debug|release) {
CFG = debug
} else {
CFG = release
}
HEADERS += visiblity_resampler.h
SOURCES += visiblity_resampler.cpp

Computing file changes ...