mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-15 21:21:04 +00:00
6 lines
199 B
CMake
6 lines
199 B
CMake
|
|
idf_component_register(SRC_DIRS .
|
|
REQUIRES log spi_flash bootloader_support
|
|
INCLUDE_DIRS . )
|
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE -DPROJECT_NAME="${CMAKE_PROJECT_NAME}")
|