add some code
This commit is contained in:
7
managed_components/espressif__knob/CMakeLists.txt
Normal file
7
managed_components/espressif__knob/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
idf_component_register(SRCS "iot_knob.c" "knob_gpio.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES driver
|
||||
PRIV_REQUIRES esp_timer)
|
||||
|
||||
include(package_manager)
|
||||
cu_pkg_define_version(${CMAKE_CURRENT_LIST_DIR})
|
||||
Reference in New Issue
Block a user