摘要:
get_filename_component(<var> <FileName> <mode> [BASE_DIR <dir>] var : outputValue FileName: inputValue mode DIRECTORY = Directory without file name NA 阅读全文
摘要:
https://stackoverflow.com/questions/24460486/cmake-build-type-is-not-being-used-in-cmakelists-txt There are two types of generators: single-configurat 阅读全文
摘要:
1. generate project cmake .. -G Xcode error: error: No CMAKE_C_COMPILER could be found. solu: If you have installed Xcode or Command Line Tools for Xc 阅读全文
摘要:
PS C:\Users\dev\Desktop\cpp> cd .\build\ PS C:\Users\dev\Desktop\cpp\build> cmake .. -DCMAKE_BUILD_TYPE=Debug -- Building for: Ninja -- The C compiler 阅读全文
摘要:
" echo $MYVIMRC " source $MYVIMRC set enc=utf-8 set fencs=utf-8,gbk,big5,cp936,gb18030,gb2312,utf-16 set fenc=utf-8 set shortmess=atI "禁止bell set bell 阅读全文
摘要:
https://github.com/vadimcn/codelldb mac local dap = require("dap") local cmd = os.getenv('HOME') .. '/tool/debug/codelldb/adapter/codelldb' dap.adapte 阅读全文