brglng / libwave

A simple C library for reading/writing PCM wave (.wav) files
Mozilla Public License 2.0
79 stars 20 forks source link

add_library cannot create ALIAS target "wave::wave" because target "wave" does not already exist. #12

Open Kalpesh-CAPUF opened 1 month ago

Kalpesh-CAPUF commented 1 month ago

I am getting this error while including to my project.

I want to use this library with my ESP32S3 I am using espidf sdk for ESP32S3.

please suggest how can i use it?

brglng commented 1 month ago

Hi @Kalpesh-CAPUF , did you do any modification to the CMakeLists.txt?