Revision c7028191e0ac9f06033ebe8de245a969107a0c96 authored by ennetws on 15 January 2014, 06:15:06 UTC, committed by ennetws on 15 January 2014, 06:15:06 UTC
1 parent c4a3115
Raw File
dynamic_voxel.pro
include($$[STARLAB])
include($$[SURFACEMESH])
include($$[CHOLMOD])

StarlabTemplate(plugin)

# Build flag
CONFIG(debug, debug|release) {
    CFG = debug
} else {
    CFG = release
}

# DynamicVoxel library
LIBS += -L$$PWD/../DynamicVoxel/$$CFG/lib -lDynamicVoxel
INCLUDEPATH += ../DynamicVoxel

HEADERS += dynamic_voxel.h
SOURCES += dynamic_voxel.cpp
RESOURCES += dynamic_voxel.qrc
back to top