Complete the following steps in the Microsoft Visual Studio GUI:
Open the project generated by CMake (build folder) in Preparing Project with CMake GUI.
To generate AOCL-BLAS binaries, build the AOCL-LibBlis project or libs/libblis target. The library files will be generated in the out folder based on the project settings.
For example, blis/out/Release/AOCL-LibBlis-Win-MT.dll or AOCL-LibBlis-Win-MT.lib
To install the binaries (or to build and install them), build the INSTALL project under CMakePredefinedTargets.