esp-idf/components/driver/test_apps/rs485/CMakeLists.txt

11 lines
364 B
CMake
Raw Normal View History

2022-11-10 04:52:06 -05:00
# This is the project CMakeLists.txt file for the test subproject
cmake_minimum_required(VERSION 3.16)
# "Trim" the build. Include the minimal set of components, main, and anything it depends on.
set(COMPONENTS main)
2022-11-10 04:52:06 -05:00
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/unit-test-app/components")
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(rs485_test)