Lines Matching full:cmake
5 REM It uses CMake to genererate the project files and then invokes msbuild
11 REM None: Runs CMake and builds all 4 combinations
13 REM cmake (case insensitive): Deletes build and build32 and runs just CMake on both
14 REM 32: Deletes build32, runs CMake and builds 32-bit versions
15 REM 64: Deletes build, runs CMake and builds 64-bit versions
19 REM cmake: When specified, generate the CMake build files only - don't compile
24 REM -- deletes build, creates build, runs CMake and compiles 64-bit Debug and Release.
26 REM -- deletes build, creates build, runs CMake and compiles 64-bit Debug.
41 echo.%%a | %WINDIR%\system32\find.exe /I "cmake">Nul && (set arg_cmake=1)
82 REM Determine the appropriate CMake strings for the current version of Visual Studio
94 echo Generating 64-bit CMake files for Visual Studio %VS_VERSION%
95 cmake -G "Visual Studio %VS_VERSION% Win64" ..
99 echo Generating 32-bit CMake files for Visual Studio %VS_VERSION%
100 cmake -G "Visual Studio %VS_VERSION%" ..
111 echo Generating 64-bit CMake files for Visual Studio %VS_VERSION%
112 cmake -G "Visual Studio %VS_VERSION% Win64" ..
145 echo Generating 32-bit CMake files for Visual Studio %VS_VERSION%
146 cmake -G "Visual Studio %VS_VERSION%" ..