mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
3dfc8cdc49
Add two project components, component1 and component2, and verify that their real targets are created when they are included. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
3 lines
127 B
CMake
3 lines
127 B
CMake
add_library(${COMPONENT_TARGET} component1.c)
|
|
target_include_directories(${COMPONENT_TARGET} PUBLIC ${CMAKE_CURRENT_LIST_DIR})
|