Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T04:04:57.000Z (over 4 years ago)
- Last Synced: 2024-12-02T18:12:40.281Z (2 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