diff options
| author | hathach <[email protected]> | 2023-06-02 13:27:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-02 13:27:18 +0700 |
| commit | fcf77914546496d88d5915223095d93bb63c67fe (patch) | |
| tree | 2169b5f5378afb1b3286d92b978ff563bbe0d70b /src | |
| parent | e7090c75148820ff3a4ad60c718684c46c954c18 (diff) | |
add IAR support for G0 with cmake
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ad9fbc7c0..09f41c9ab 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -65,6 +65,8 @@ function(add_tinyusb TARGET) -Wreturn-type -Wredundant-decls ) + elseif (CMAKE_C_COMPILER_ID STREQUAL "IAR") + endif () endfunction() |
