随笔分类 -  Cmake

摘要: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
摘要: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
摘要: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
摘要: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
摘要:种类冗杂............................... List of build automation software https://en.wikipedia.org/wiki/List_of_build_automation_software Make-based GNU m 阅读全文
posted @ 2018-04-17 11:38 fndefbwefsowpvqfx
摘要:根目录 src/ 编译后的文件如何使用: bin:lua luac include:lua.h luaconf.h lualib.h lauxlib.h lua.hpp lib:liblua.a man/man1:lua.1 luac.1 在工程里使用的时候,只需要include和lib就可以。 工 阅读全文
posted @ 2016-06-23 09:56 fndefbwefsowpvqfx