Search found 1 match
- Wed Jul 12, 2023 6:06 pm
- Forum: ESP-IDF
- Topic: Unable to include Library
- Replies: 9
- Views: 13279
Re: Unable to include Library
This worked for me just add the following line in CMakeLists.txt set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components/led_strip) It looks something like this # The following lines of boilerplate have to be in your project's # CMakeLists in this exact order for cmake to work correctly c...