From 55bde70b9651b411ac0135bd4704f5b6972ea799 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 10 Jan 2024 20:32:01 +1100 Subject: add accurate esp and samd versions + expose this info to lua --- tools/cmake/common.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/cmake/common.cmake') diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake index 545124b7..da4db9c1 100644 --- a/tools/cmake/common.cmake +++ b/tools/cmake/common.cmake @@ -5,6 +5,8 @@ # For more information about build system see # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html +set(PROJECT_VER "0.1.0") + # Build only the subset of components that we actually depend on. set(COMPONENTS "") -- cgit v1.2.3