Home | History | Annotate | Download | only in gn

Lines Matching full:cmake

33   """Escapes the string 'a' for use inside a CMake string.
47 """Escapes the string 'a' for use as a CMake target name.
49 CMP0037 in CMake 3.0 restricts target names to "^[A-Za-z0-9_.:+-]+$"
61 """Sets a CMake variable."""
70 """Sets a CMake variable to a list."""
270 #TODO: CMake 3.7 is introducing DEPFILE
343 #TODO: CMake 3.7 is introducing DEPFILE
434 # CMake does not have per target lang compile flags.
490 # https://gitlab.kitware.com/cmake/cmake/issues/14778