mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 05:57:05 +03:00
4 lines
208 B
CMake
4 lines
208 B
CMake
idf_component_register(SRC_DIRS .
|
|
INCLUDE_DIRS "."
|
|
REQUIRES unity tools)
|
|
target_include_directories(${COMPONENT_LIB} PUBLIC SYSTEM ${CMAKE_SOURCE_DIR}/test_main) |