diff options
| author | hathach <[email protected]> | 2023-06-12 17:12:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-12 17:12:25 +0700 |
| commit | 41801c2a6bd146033f5ff00e54983de46ab414b9 (patch) | |
| tree | 9c07a65083d8190d716dfa366faaf730b49016f5 /examples/CMakeLists.txt | |
| parent | d2d486dced7f92e8cab65f87be79b7e60d211ad2 (diff) | |
add typec example to cmake
Diffstat (limited to 'examples/CMakeLists.txt')
| -rw-r--r-- | examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 91c9fb098..c603d0c22 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -8,3 +8,4 @@ project(tinyusb_examples C CXX ASM) add_subdirectory(device) add_subdirectory(dual) add_subdirectory(host) +add_subdirectory(typec) |
