Removed sqlite3 dependency (now building it directly in source, making installation easier between x86 and x64)

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1074 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2014-01-24 21:42:35 +00:00
parent c053a999b4
commit df3d694829
13 changed files with 152762 additions and 6040 deletions

View File

@@ -23,7 +23,7 @@
#include "rtabmap/core/RtabmapExp.h" // DLL export/import defines
#include "rtabmap/core/DBDriver.h"
#include <opencv2/features2d/features2d.hpp>
#include <sqlite3.h>
#include "sqlite3/sqlite3.h"
#include <pcl/point_types.h>
namespace rtabmap {