摘要: https://cmake.org/cmake/help/latest/command/cmake_host_system_information.html Query host system specific information. cmake_host_system_information(R 阅读全文
posted @ 2020-12-15 14:28 fndefbwefsowpvqfx 阅读(157) 评论(0) 推荐(0) 编辑
摘要: https://cmake.org/cmake/help/latest/command/function.html Start recording a function for later invocation as a command. function(<name> [<arg1> ...]) 阅读全文
posted @ 2020-12-15 14:26 fndefbwefsowpvqfx 阅读(128) 评论(0) 推荐(0) 编辑
摘要: https://cmake.org/cmake/help/latest/command/math.html Evaluate a mathematical expression. math(EXPR <variable> "<expression>" [OUTPUT_FORMAT <format>] 阅读全文
posted @ 2020-12-15 14:24 fndefbwefsowpvqfx 阅读(84) 评论(0) 推荐(0) 编辑
摘要: https://cmake.org/cmake/help/latest/command/string.html Synopsis Search and Replace string(FIND <string> <substring> <out-var> [...]) string(REPLACE < 阅读全文
posted @ 2020-12-15 14:23 fndefbwefsowpvqfx 阅读(57) 评论(0) 推荐(0) 编辑
摘要: https://cmake.org/cmake/help/latest/command/file.html Synopsis Reading file(READ <filename> <out-var> [...]) file(STRINGS <filename> <out-var> [...]) 阅读全文
posted @ 2020-12-15 14:21 fndefbwefsowpvqfx 阅读(139) 评论(0) 推荐(0) 编辑
摘要: https://cmake.org/cmake/help/latest/command/get_filename_component.html Get a specific component of a full filename. get_filename_component(<var><File 阅读全文
posted @ 2020-12-15 14:19 fndefbwefsowpvqfx 阅读(344) 评论(0) 推荐(0) 编辑
摘要: https://cmake.org/cmake/help/latest/command/list.html Synopsis Reading list(LENGTH <list> <out-var>) list(GET <list> <element index> [<index> ...] <ou 阅读全文
posted @ 2020-12-15 14:17 fndefbwefsowpvqfx 阅读(101) 评论(0) 推荐(0) 编辑