摘要: function(addPrefix) set(result ) set(prefix ${ARGV1}) set(lastIndex ) math(EXPR lastIndex "${ARGC}-1") set(item ) set(changed ) foreach(i RANGE 2 ${la 阅读全文
posted @ 2020-12-23 09:59 fndefbwefsowpvqfx 阅读(88) 评论(0) 推荐(0) 编辑
摘要: depName platform win mac linux android ios arch armeabi armeabi-v7a arm64-v8a mips mips64 x86 x86_64 version link static dynamic debug or release othe 阅读全文
posted @ 2020-12-23 09:57 fndefbwefsowpvqfx 阅读(87) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/cpp/build/reference/md-mt-ld-use-run-time-library For more information about C run-time libraries and which libraries 阅读全文
posted @ 2020-12-23 09:42 fndefbwefsowpvqfx 阅读(186) 评论(0) 推荐(0) 编辑
摘要: CMAKE_BINARY_DIR ${CMAKE_BINARY_DIR} CMAKE_SOURCE_DIR ${CMAKE_SOURCE_DIR} CMAKE_CURRENT_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR} CMAKE_CURRENT_SOURCE_DI 阅读全文
posted @ 2020-12-23 09:33 fndefbwefsowpvqfx 阅读(159) 评论(0) 推荐(0) 编辑
摘要: macro(getDirRelative result curdir) set(result ) set(dirlist ) file(GLOB children RELATIVE ${curdir} ${curdir}/*) foreach(child ${children}) if(IS_DIR 阅读全文
posted @ 2020-12-23 09:31 fndefbwefsowpvqfx 阅读(74) 评论(0) 推荐(0) 编辑