Skip to content

Commit

Permalink
Integrate openni2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Burrus committed Apr 17, 2013
1 parent 8886c66 commit c85279c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CMakeLists.txt
Expand Up @@ -38,6 +38,10 @@ IF (NOT DEFINED NESTK_USE_OPENNI)
SET(NESTK_USE_OPENNI 1)
ENDIF()

IF (NOT DEFINED NESTK_USE_OPENNI2)
SET(NESTK_USE_OPENNI2 1)
ENDIF()

IF (NOT DEFINED NESTK_USE_PCL)
SET(NESTK_USE_PCL 1)
ENDIF()
Expand All @@ -53,7 +57,11 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR})

ADD_SUBDIRECTORY(calibration)
ADD_SUBDIRECTORY(viewer)
ADD_SUBDIRECTORY(reconstructor)

IF (NESTK_USE_PCL)
ADD_SUBDIRECTORY(reconstructor)
ENDIF()

ADD_SUBDIRECTORY(people-tracker)

IF (NESTK_USE_OPENNI AND NESTK_USE_NITE)
Expand Down

0 comments on commit c85279c

Please sign in to comment.