Searched defs:CMake (Results 1 – 7 of 7) sorted by relevance
48 $CMake = $(Get-Command cmake -ErrorAction Ignore | ` variable50 if ([string]::IsNullOrEmpty($CMake)) { variable51 $CMake = $CMakePath variable53 if (-Not (Test-Path $CMake)) { variable54 throw "Unable to find CMake at $CMake" variable89 Write-Host "CMake: $CMake" variable145 & $CMake ..\..\..\${LIBRESSL} -A "${Arch}" ` variable151 & $CMake --build . --config ${Config} --verbose; ExitOnError variable152 & $CMake --build . --config ${Config} --target install --verbose; ` variable163 & $CMake ..\..\..\${LIBCBOR} -A "${Arch}" ` variable[all …]
22 #### Standalone CMake Project argument 57 #### Incorporating Into An Existing CMake Project argument 125 C++ Standard VersionBuild with CMake global() argument [all...]
35 .. _CMake: http://cmake.org/ target in Building & installing libcbor
17 ### CMake subsection
211 Available OptionsExpat, Release 2.6.0""Building from a Source Distribution""b) Building with CMake global() argument [all...]