esp-idf/examples/cxx/experimental/experimental_cpp_component/CMakeLists.txt

4 lines
142 B
CMake
Raw Normal View History

2020-02-04 13:08:41 -05:00
idf_component_register(SRCS "esp_exception.cpp" "i2c_cxx.cpp"
INCLUDE_DIRS "include"
REQUIRES driver)