Example of building SDK with hr library. Unzip the exported contents into the root of this repo to build.
- You must define macro EI_CLASSIFIER_HR_LIB=1
- In this example, this is done in the CMakeLists file
- You must pass libhr.a into the linker
- In CMake here, this is done via: target_link_libraries(${PROJECT_N} PRIVATE ${CMAKE_SOURCE_DIR}/libhr.a)