摘要:
https://cmake.org/cmake/help/latest/command/function.html Start recording a function for later invocation as a command. function(<name> [<arg1> ...]) 阅读全文
摘要:
https://cmake.org/cmake/help/latest/command/math.html Evaluate a mathematical expression. math(EXPR <variable> "<expression>" [OUTPUT_FORMAT <format>] 阅读全文
摘要:
https://cmake.org/cmake/help/latest/command/string.html Synopsis Search and Replace string(FIND <string> <substring> <out-var> [...]) string(REPLACE < 阅读全文
摘要:
https://cmake.org/cmake/help/latest/command/file.html Synopsis Reading file(READ <filename> <out-var> [...]) file(STRINGS <filename> <out-var> [...]) 阅读全文
摘要:
https://cmake.org/cmake/help/latest/command/get_filename_component.html Get a specific component of a full filename. get_filename_component(<var><File 阅读全文
摘要:
https://cmake.org/cmake/help/latest/command/list.html Synopsis Reading list(LENGTH <list> <out-var>) list(GET <list> <element index> [<index> ...] <ou 阅读全文