Open a command prompt in the libflame/out directory. Invoke CMake
with the build command with release or debug option. For example:
$ cmake --build . --config Release
The library files would be generated in Release or Debug
folder based on project settings.