Including static .a Libraries in CMake Project
I am working on a project for STM32 in VSCode and I need to include libraries with the .a extension to be able to call their functions. I need help with configuring CMake. My current CMake setup looks like this, but it seems like my program cannot access the functions in libSTM32Cryptographic_CM4.a because I get errors like: undefined reference to cmox_hash_compute.