https://github.com/ialhashim/topo-blend
Raw File
Tip revision: 38b5bd374cf0f331f148053866a9b44f60d13791 authored by jjcao1231@gmail.com on 08 January 2014, 23:53:28 UTC
Tip revision: 38b5bd3
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