how to run cmake file to generate .a file

12 Views Asked by At

after running cmake ., I generate

bin           CMakeCache.txt     Makefile   
 CMakeFiles           config.h        lib              
     cmake_install.cmake 

I need to pass .a file to a library, but I do not know where the .a file is generated and how

0

There are 0 best solutions below