bleh/CMakeLists.txt
2023-06-24 15:49:34 +02:00

6 lines
82 B
CMake

idf_component_register(
SRCS "BLEh.c"
INCLUDE_DIRS "include"
REQUIRES bt
)