This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
esp-firewall/ESP32Firewall/CMakeLists.txt
2022-07-26 08:37:03 +02:00

3 lines
112 B
CMake

cmake_minimum_required(VERSION 3.16.0)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(ESP32Firewall)