-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Description
Could you please add CMakeLists.txt to the library to create compatibility with СMake projects?
And also for compatibility with (ESP-IDF4.0 + arduino-esp32-4.0 as a component) enviroment combination.
I tried the following CMakeLists.txt code and it performed very well:
idf_component_register(SRCS "src/ICM_20948.cpp"
"src/util/ICM_20948_C.c"
INCLUDE_DIRS "src"
"src/util"
REQUIRES "arduino")
component_compile_options(-std=c++17)
Metadata
Metadata
Assignees
Labels
No labels