https://github.com/salamonrafal/c-examples
This is template for Visual Code for developing C/C++ application.
https://github.com/salamonrafal/c-examples
c c-example clang cpp template visual-studio-code
Last synced: 4 months ago
JSON representation
This is template for Visual Code for developing C/C++ application.
- Host: GitHub
- URL: https://github.com/salamonrafal/c-examples
- Owner: salamonrafal
- Created: 2020-06-15T21:07:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T04:04:57.000Z (about 5 years ago)
- Last Synced: 2025-01-30T04:25:33.065Z (6 months ago)
- Topics: c, c-example, clang, cpp, template, visual-studio-code
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C-EXAMPLES
This is template for Visual code with configured ```task.json``` for build C/C++ code.
## REQUIRAMENTS
* Installed MinGW
* Python ^3.7.X
* Visual Studio Code## Tasks
* Single tasks:
* _pre:builds_dir - Create builds directories
* _build:env:production - Execute compiler for production configuration and create .exe file in build directory
* _build:env:development - Execute compiler for development configuration and create .exe file in build directory
* _post:move_files - Move .exe files to correct version directory
* Grouped tasks:
* build:development - building devewlopment .exe file
* build:production - building production .exe file