aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cmake
diff options
context:
space:
mode:
authorPaul Seyfert <pseyfert.mathphys@gmail.com>2020-01-01 15:19:08 +0100
committerPaul Seyfert <pseyfert.mathphys@gmail.com>2020-01-01 15:19:08 +0100
commit4bf0ed4049aea62436669f36253e0713dcd082fb (patch)
tree2dcd3f4de8779c1ab9d4a52fc7c8a67402071504 /src/_cmake
parentcmake: add CMAKE_UNITY_BUILD variable (diff)
downloadzsh-completions-4bf0ed4049aea62436669f36253e0713dcd082fb.tar
zsh-completions-4bf0ed4049aea62436669f36253e0713dcd082fb.tar.gz
zsh-completions-4bf0ed4049aea62436669f36253e0713dcd082fb.tar.bz2
zsh-completions-4bf0ed4049aea62436669f36253e0713dcd082fb.tar.lz
zsh-completions-4bf0ed4049aea62436669f36253e0713dcd082fb.tar.xz
zsh-completions-4bf0ed4049aea62436669f36253e0713dcd082fb.tar.zst
zsh-completions-4bf0ed4049aea62436669f36253e0713dcd082fb.zip
cmake: new command line options
Diffstat (limited to 'src/_cmake')
-rw-r--r--src/_cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/_cmake b/src/_cmake
index e99bbd4..6803971 100644
--- a/src/_cmake
+++ b/src/_cmake
@@ -72,6 +72,8 @@ local cmake_build_options;cmake_build_options=(
'-i[Run in wizard mode]'
'-L-[List cache variables]::_values "options" "[non-advanced cache variables]" "A[advanced cache variables]" "H[non-advanced cached variables with help]" "AH[advanced cache variables with help]"'
'--trace[Put cmake in trace mode]'
+ '--trace-redirect=[redirect trace output to file]:trace file:_files'
+ '--log-level=[only print messages at or above the specified log level]:loglevel:(ERROR WARNING NOTICE STATUS VERBOSE DEBUG TRACE)'
'--find-package[Run in pkg-config like mode.]'
':cmake project:_files -/'
)