mkdir build cd build cmake -G "NMake Makefiles" ^ -D CMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ -D CMAKE_BUILD_TYPE=Release ^ %SRC_DIR% if errorlevel 1 exit 1 ctest if errorlevel 1 exit 1 nmake install if errorlevel 1 exit 1