Home
last modified time | relevance | path

Searched defs:CMake (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libfido2/windows/
H A Dbuild.ps148 $CMake = $(Get-Command cmake -ErrorAction Ignore | ` variable
50 if ([string]::IsNullOrEmpty($CMake)) { variable
51 $CMake = $CMakePath variable
53 if (-Not (Test-Path $CMake)) { variable
54 throw "Unable to find CMake at $CMake" variable
89 Write-Host "CMake: $CMake" variable
145 & $CMake ..\..\..\${LIBRESSL} -A "${Arch}" ` global() variable
151 & $CMake --build . --config ${Config} --verbose; ExitOnError global() variable
152 & $CMake --build . --config ${Config} --target install --verbose; ` global() variable
163 & $CMake ..\..\..\${LIBCBOR} -A "${Arch}" ` global() variable
170 & $CMake --build . --config ${Config} --verbose; ExitOnError global() variable
171 & $CMake --build . --config ${Config} --target install --verbose; ` global() variable
182 & $CMake ..\..\..\${ZLIB} -A "${Arch}" ` global() variable
188 & $CMake --build . --config ${Config} --verbose; ExitOnError global() variable
189 & $CMake --build . --config ${Config} --target install --verbose; ` global() variable
210 & $CMake ..\..\.. -A "${Arch}" ` global() variable
227 & $CMake --build . --config ${Config} --verbose; ExitOnError global() variable
228 & $CMake --build . --config ${Config} --target regress --verbose; ` global() variable
230 & $CMake --build . --config ${Config} --target install --verbose; ` global() variable
[all...]
/freebsd/contrib/googletest/googletest/
H A DREADME.md22 #### Standalone CMake Project
57 #### Incorporating Into An Existing CMake Project
125 #### C++ Standard Version
/freebsd/contrib/libcbor/doc/source/
H A Dgetting_started.rst35 .. _CMake: http://cmake.org/ target in Building & installing libcbor
/freebsd/contrib/googletest/docs/
H A Dpkgconfig.md17 ### CMake subsection
/freebsd/contrib/libpcap/doc/
H A DREADME.windows.md74 ### CMake ### subsection
/freebsd/contrib/expat/
H A DREADME.md252 #### Available Options