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