diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-01-10 20:32:01 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-01-10 20:34:36 +1100 |
| commit | 55bde70b9651b411ac0135bd4704f5b6972ea799 (patch) | |
| tree | 520e502d62dabab2511a6032c1b29d86d1b1cb55 /CMakeLists.txt | |
| parent | 1b2d791a05954fd161376e3ddce0d44f74fcc6c0 (diff) | |
| download | tangara-fw-55bde70b9651b411ac0135bd4704f5b6972ea799.tar.gz | |
add accurate esp and samd versions + expose this info to lua
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 82f1ffe7..89ebf8aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ # Copyright 2023 jacqueline <me@jacqueline.id.au> # # SPDX-License-Identifier: GPL-3.0-only - cmake_minimum_required(VERSION 3.16) + include($ENV{PROJ_PATH}/tools/cmake/common.cmake) set(SDKCONFIG_DEFAULTS "sdkconfig.common") |
