Files
OpenIris-ESPIDF/components/Helpers/CMakeLists.txt
Nils Ponsard afc61276a9 fix: capitalisation of helper for linux build
Signed-off-by: Nils Ponsard <nilsponsard@gmail.com>
2025-07-12 20:07:24 +02:00

4 lines
98 B
CMake

idf_component_register(SRCS "Helpers/helpers.cpp"
INCLUDE_DIRS "Helpers"
REQUIRES esp_timer
)