mirror of
https://github.com/idolpx/libMeatloaf.git
synced 2025-12-05 20:28:50 -05:00
4 lines
149 B
CMake
4 lines
149 B
CMake
cmake_minimum_required(VERSION 3.16.0)
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
list(APPEND COMPONENT_DIRS components)
|
|
project(Meatloaf_idf) |