diff options
| author | hathach <[email protected]> | 2021-09-14 12:25:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-09-14 12:25:08 +0700 |
| commit | 103a11d44973c587156bbd9db8502f2b99c7b71e (patch) | |
| tree | 9172ec6f18ef4993211a09c3a3ea96b5c94064d0 | |
| parent | 6d3fb7eb98b6c0960be152b66b653a3062c7db5e (diff) | |
add host hid_controller to cmake all list
fix 1067
| -rw-r--r-- | examples/host/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/host/CMakeLists.txt b/examples/host/CMakeLists.txt index f185ac4f8..5c63ec0c0 100644 --- a/examples/host/CMakeLists.txt +++ b/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(cdc_msc_hid) +family_add_subdirectory(hid_controller) |
