Files
esp-idf/components/usb/test_apps/hcd/main/CMakeLists.txt
2025-03-26 12:49:31 +01:00

7 lines
307 B
CMake

# In order for the cases defined by `TEST_CASE` to be linked into the final elf,
# the component can be registered as WHOLE_ARCHIVE
idf_component_register(SRC_DIRS "."
PRIV_INCLUDE_DIRS "."
REQUIRES usb unity common esp_mm
WHOLE_ARCHIVE)