Files
Esp32Dimmer/test_app/CMakeLists.txt
2026-01-24 22:16:56 +00:00

9 lines
221 B
CMake

cmake_minimum_required(VERSION 3.16)
# Add the component directory to the component search path
set(EXTRA_COMPONENT_DIRS ../src/components)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(esp32_dimmer_tests)