added FindQVTK.cmake

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1615 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2014-07-26 05:06:05 +00:00
parent d9c6e99ba7
commit 28787d583b
3 changed files with 26 additions and 2 deletions

View File

@@ -135,6 +135,7 @@ ENDIF(APPLE)
FIND_PACKAGE(OpenCV REQUIRED core highgui flann features2d calib3d imgproc nonfree gpu)
FIND_PACKAGE(PCL 1.7 REQUIRED)
FIND_PACKAGE(VTK REQUIRED)
find_package(QVTK REQUIRED)
FIND_PACKAGE(ZLIB REQUIRED)
FIND_PACKAGE(Freenect)
FIND_PACKAGE(OpenNI2)