As you have said yourself, CMake only generates makefiles (or project files). In order to get the built library, you now have to actually run the compiler. Since you said to have generated a "MinGW Makefiles", then all you need to do is open a command line window, browse to the build directory that you specified in CMake, make sure the compiler is in PATH - add it if not - and run mingw32-make install.