mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
6 lines
108 B
CMake
6 lines
108 B
CMake
idf_component_register(
|
|
SRC_DIRS "src"
|
|
"src/hello_world"
|
|
REQUIRES nanobake board_2432s024
|
|
)
|