mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
added cmsis_core, furi, mlib and nanobake implemented basic app structure from furi implemented basic placeholder apps
9 lines
159 B
CMake
9 lines
159 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
|
|
add_definitions(-DFURI_DEBUG)
|
|
|
|
set(COMPONENTS main)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(NanoBake)
|