文件名称:vscode安装leetcode-leetcode-cmake:LeetcodeCMake模板。使用CMake、GTest和VSCode轻松构
文件大小:842KB
文件格式:ZIP
更新时间:2024-07-26 19:36:00
系统开源
vscode安装leetcode
力扣
CMake
Leetcode
CMake
模板。
使用
CMake、GTest
和
VSCode
轻松构建、测试和调试。
要求
GCC/Clang
和
make
运行sudo
apt
install
build-essential
cmake
libgtest-dev安装在
Ubuntu>
20.04
用法
运行./new.sh
【文件预览】:
leetcode-cmake-master
----.github()
--------vscode-debug.gif(886KB)
----problems()
--------word-break()
----.vscode()
--------launch.json(2KB)
--------settings.json(70B)
--------tasks.json(839B)
----problem_template()
--------TTT.cpp(196B)
--------CMakeLists.txt(692B)
----.clang-format(20B)
----CMakeLists.txt(705B)
----LICENSE(498B)
----README.md(1KB)
----.gitignore(185B)
----new.sh(376B)
----include()
--------listnode.h(621B)
--------listnode.cpp(1KB)
--------btree.cpp(3KB)
--------headers.h(401B)
--------CMakeLists.txt(138B)
--------btree.h(939B)