mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
7 lines
128 B
CMake
7 lines
128 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
|
|
set(COMPONENTS main)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(NanoBake)
|