2016-06-12 23:10:46 +02:00
|
|
|
include(../common.pri)
|
|
|
|
TARGET = space_index_2d
|
2014-10-09 16:10:27 +02:00
|
|
|
HEADERS += ../../../vcg/space/index/grid_static_ptr2d.h\
|
|
|
|
../../../vcg/space/index/closest2d.h\
|
|
|
|
../../../vcg/space/index/space_iterators2d.h\
|
|
|
|
../../../vcg/space/index/grid_closest2d.h
|
2016-06-12 23:10:46 +02:00
|
|
|
SOURCES += space_index_2d.cpp
|