mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-29 07:38:53 +00:00
6 lines
160 B
CMake
6 lines
160 B
CMake
idf_component_register(SRCS "bme280.c"
|
|
INCLUDE_DIRS include)
|
|
|
|
include(package_manager)
|
|
cu_pkg_define_version(${CMAKE_CURRENT_LIST_DIR})
|