summaryrefslogtreecommitdiffhomepage
path: root/tracker-kinect-face/CMakeLists.txt
blob: 5763567d5b8f3726def3ab56922101c985fc520b (plain)
1
2
3
4
5
6
7
8
9
10
11
# Kinect SDK is Windows only
# If we have a valid SDK path, try build that tracker
if(SDK_KINECT20)
	# Register our module
	otr_module(tracker-kinect-face)
	# Setup Kinect for this module
	otr_kinect_setup()
	# Link against video utilities, needed for video preview
	target_link_libraries(${self} opentrack-video)

endif()