소스 검색

add host hid_controller to cmake all list

fix 1067
hathach 4 년 전
부모
커밋
103a11d449
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      examples/host/CMakeLists.txt

+ 1 - 0
examples/host/CMakeLists.txt

@@ -7,3 +7,4 @@ family_initialize_project(tinyusb_host_examples ${CMAKE_CURRENT_LIST_DIR})
 
 
 # family_add_subdirectory will filter what to actually add based on selected FAMILY
 # family_add_subdirectory will filter what to actually add based on selected FAMILY
 family_add_subdirectory(cdc_msc_hid)
 family_add_subdirectory(cdc_msc_hid)
+family_add_subdirectory(hid_controller)