I am fairly new to C++ and i am trying to use a precompiled C library (with .a file format) in my code.
I have a simple CMake project setup and a .a library written in C. How do i correctly include it and add it to my CMake file?
I am fairly new to C++ and i am trying to use a precompiled C library (with .a file format) in my code.
I have a simple CMake project setup and a .a library written in C. How do i correctly include it and add it to my CMake file?