added template files
This commit is contained in:
parent
abaf74850e
commit
2fa0eb2b05
10 changed files with 320 additions and 8 deletions
16
README.md
16
README.md
|
@ -1,16 +1,16 @@
|
|||
# CPP-SDL-Template
|
||||
|
||||
# CPP-SDL-Template
|
||||
|
||||
A template for new C++ SDL projects in vsCode
|
||||
|
||||
vsCode Extensions:
|
||||
clangd
|
||||
CodeLLDB
|
||||
vsCode Extensions:
|
||||
clangd
|
||||
CodeLLDB
|
||||
|
||||
premake5 is used to create the Makefile
|
||||
premake5 is used to create the Makefile
|
||||
.ecc is used by premake5 to create compile_commands.json for clangd
|
||||
|
||||
usage:
|
||||
in premake5.lua change "workspace" and "project" variable
|
||||
usage:
|
||||
in premake5.lua change "workspace" and "project" variable
|
||||
in .vscode/launch.json change "program" to the same name as used in the premake5.lua file above
|
||||
|
||||
use the command "premake5 vs2022" to create VS files. (not tested)
|
Loading…
Add table
Add a link
Reference in a new issue