libMeatloaf/CMakeLists.txt
2024-01-08 11:58:15 -06:00

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)