jvpernis / esp32-ps3

Control your ESP32 projects with a PS3 controller!
298 stars 81 forks source link

Add CMakeLists.txt to make it compatible with the newer build system #55

Open anatol-grabowski opened 1 year ago

anatol-grabowski commented 1 year ago

I was unable to make the original library work for me with ESP IDF version 5.0. Although I'm not very familiar with neither old (component.mk) nor new (CMakeLists.txt) build system but I was able to make it work by using CMakeLists.txt from here https://github.com/wzli/SlabRobot/blob/master/firmware/esp32_app/components/esp32-ps3/CMakeLists.txt