wheel/CMakeLists.txt

9 lines
333 B
CMake
Raw Normal View History

2024-01-20 17:56:00 +08:00
# The following five lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
2024-01-22 03:36:10 +08:00
set(EXTRA_COMPONENT_DIRS "${EXTRA_COMPONENT_DIRS} components/wifi_station components/modbus_tcp")
2024-01-20 17:56:00 +08:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
2024-01-22 03:36:10 +08:00
project(wheel)