diff options
| author | hathach <[email protected]> | 2023-04-24 16:24:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-04-24 16:24:06 +0700 |
| commit | a4d5d515493187437731eae830cb4b173fd11c02 (patch) | |
| tree | b6bef879506c61a7df0b15eed6f8876ac08c2aa1 /src | |
| parent | 5254202b203ee58e2fdb319c85e2ae1a87518140 (diff) | |
add wip note
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 00755df95..a270ea8b7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,7 @@ -# cmake_minimum_required(VERSION 3.17) # TODO make tinyusb as library that depends on 'tusb_config' interface that exposes the tusb_config.h file +# This file is WIP and should not used yet + +cmake_minimum_required(VERSION 3.17) function(add_tinyusb TARGET) target_sources(${TARGET} PUBLIC |
