From 143169d28ce0a6f9f8163f54583ad1252fa66b6b Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Mon, 27 Aug 2012 12:45:30 +0000 Subject: [PATCH] first release version --- apps/sample/hashing_2D/test_hash2D.pro | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/sample/hashing_2D/test_hash2D.pro diff --git a/apps/sample/hashing_2D/test_hash2D.pro b/apps/sample/hashing_2D/test_hash2D.pro new file mode 100644 index 00000000..b3c8cae4 --- /dev/null +++ b/apps/sample/hashing_2D/test_hash2D.pro @@ -0,0 +1,12 @@ +###################################################################### +# Automatically generated by qmake (2.00a) ven 24. giu 14:14:20 2005 +###################################################################### + +TARGET = trimesh_join +DEPENDPATH += . +INCLUDEPATH += . ../../.. +CONFIG += console stl +TEMPLATE = app +HEADERS += ../../../vcg/space/index/index2D/spatial_hashing_2D.h + +SOURCES += test_hash2D.cpp