假设问题已解
Go to file
rabix 985b4bd7bc C-cmake.7z 2022-02-27 22:58:09 +08:00
bin add templates 2022-02-27 15:24:37 +08:00
templates C-cmake.7z 2022-02-27 22:58:09 +08:00
tools add templates 2022-02-27 15:24:37 +08:00
.gitignore add many tools 2022-02-27 15:17:46 +08:00
LICENSE Initial commit 2022-02-27 03:14:46 +08:00
README.md README 2022-02-27 15:20:48 +08:00
start.cmd add templates 2022-02-27 15:24:37 +08:00

README.md

vid

new dev

Sample Workflow

  1. click start.cmd
  2. md D:\test (for example)
  3. cd /d D:\test
  4. vid-init C-cmake (a template name, see templates directory)
  5. edit
  6. md build & cd build
  7. cmake ..
  8. make