文件名称:vscode安装leetcode-leetcode-cmake:LeetCode的CMake项目模板
文件大小:134KB
文件格式:ZIP
更新时间:2024-07-26 19:37:21
系统开源
vscode安装leetcode 力扣 CMake LeetCode 的 CMake 项目模板。 特征 CMake项目 当地游乐场 单元测试和基准测试 跨平台 文件结构 LeetCodeCMake ├── CMakeLists.txt # Project wide setup ├── src │ ├── CMakeLists.txt # Target collection │ ├── include │ │ ├── CMakeLists.txt # Library collection │ │ ├── catch.h # Catch2 header file │ │ └── leetcode.h # Leetcode header file │ └── L0001 # Problem 1 │ ├── L0001.h # Solution file │ ├── L0001.cpp # Playground main │ └── TestL0001.cpp # Test main ├── cmake # CMake modules │
【文件预览】:
leetcode-cmake-master
----src()
--------L0002()
--------CMakeLists.txt(796B)
--------L0001()
--------include()
----CMakeLists.txt(352B)
----cmake()
--------Catch.cmake(7KB)
--------CatchAddTests.cmake(2KB)
----README.md(5KB)
----.gitignore(27B)