Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# generated config file
examples/protonect/include/libfreenect2/config.h
libfreenect2/include/libfreenect2/config.h

# generated resource file
examples/protonect/src/resources.inc.h
examples/protonect/build
examples/protonect/lib
libfreenect2/src/resources.inc.h
libfreenect2/build
libfreenect2/lib

# Dependency folders
depends/*/
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROJECT(libfreenect2)
SET(CMAKE_BUILD_TYPE RelWithDebInfo)

SET(MY_DIR ${libfreenect2_SOURCE_DIR})
SET(DEPENDS_DIR "${MY_DIR}/../../depends" CACHE STRING "dependency directory")
SET(DEPENDS_DIR "${MY_DIR}/../depends" CACHE STRING "dependency directory")

OPTION(ENABLE_CXX11 "Enable C++11 support" OFF)
OPTION(ENABLE_OPENCL "Enable OpenCL support" ON)
Expand Down Expand Up @@ -184,7 +184,7 @@ MESSAGE("Linking with these libraries: ${LIBRARIES}")
TARGET_LINK_LIBRARIES(freenect2shared ${LIBRARIES})

ADD_EXECUTABLE(Protonect
Protonect.cpp
../examples/Protonect.cpp
)

TARGET_LINK_LIBRARIES(Protonect
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.