esp-idf/examples/cxx/experimental/experimental_cpp_component/CMakeLists.txt
2020-07-24 08:36:16 +08:00

4 lines
142 B
CMake

idf_component_register(SRCS "esp_exception.cpp" "i2c_cxx.cpp"
INCLUDE_DIRS "include"
REQUIRES driver)