can_wizard/CMakeLists.txt
okhsunrog c1c1e16448 v1.0.0
size and perfomance optimizations, twai in isr, littlefs tweaking, less
bootloader logs, app now fits on 1 MB flash chips
2024-02-23 16:38:17 +03:00

7 lines
261 B
CMake

# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)
set(PROJECT_VER "v1.0.0")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(can_wizard)