|
def | gn.gn_to_cmake.CMakeStringEscape (a) |
|
def | gn.gn_to_cmake.CMakeTargetEscape (a) |
|
def | gn.gn_to_cmake.SetVariable (out, variable_name, value) |
|
def | gn.gn_to_cmake.SetVariableList (out, variable_name, values) |
|
def | gn.gn_to_cmake.SetFilesProperty (output, variable, property_name, values, sep) |
|
def | gn.gn_to_cmake.SetCurrentTargetProperty (out, property_name, values, sep='') |
|
def | gn.gn_to_cmake.WriteVariable (output, variable_name, prepend=None) |
|
def | gn.gn_to_cmake.FindFirstOf (s, a) |
|
def | gn.gn_to_cmake.WriteAction (out, target, project, sources, synthetic_dependencies) |
|
def | gn.gn_to_cmake.ExpandPlaceholders (source, a) |
|
def | gn.gn_to_cmake.WriteActionForEach (out, target, project, sources, synthetic_dependencies) |
|
def | gn.gn_to_cmake.WriteCopy (out, target, project, sources, synthetic_dependencies) |
|
def | gn.gn_to_cmake.WriteCompilerFlags (out, target, project, sources) |
|
def | gn.gn_to_cmake.WriteSourceVariables (out, target, project) |
|
def | gn.gn_to_cmake.WriteTarget (out, target, project) |
|
def | gn.gn_to_cmake.WriteProject (project) |
|
def | gn.gn_to_cmake.main () |
|