diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-10-26 12:50:02 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-10-26 12:50:02 +1100 |
| commit | 97d63c5553203bc8cfb45b8b01169178a694d581 (patch) | |
| tree | b3e1397d5c11c1005daa1b447aa17703635bcb54 /CMakeLists.txt | |
| parent | 2086ab09b8d89c27f524d82a68b9a2035ea02436 (diff) | |
| download | tangara-fw-97d63c5553203bc8cfb45b8b01169178a694d581.tar.gz | |
Add a target that yells at you if your sdkconfig is out of date
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 927ebc38..27684536 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,3 +15,7 @@ idf_build_set_property(COMPILE_OPTIONS "-DTCB_SPAN_NO_CONTRACT_CHECKING" APPEND) list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/src") project(tangara) + +add_custom_target(check-for-sdkconfig-changes ALL + COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/tools/cmake/check-for-sdkconfig-changes.sh +) |
