File CMakeLists.txt
Go to the documentation of this file
if(WIN32 OR MSVC OR ANDROID)
message(WARNING "hand_tracking is not yet available for Windows or Android")
set(USE_HAND_TRACKING OFF)
return()
endif()
set(HT_ENABLE_GPU OFF)
include(GetHandTracking)