vscode安装leetcode cmake LeetCode的CMake项目模板
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 │
下载地址
用户评论