Updated application creation and debug layer into cpp headers function
This commit is contained in:
parent
13b12dd552
commit
d7a2b68cea
3 changed files with 61 additions and 63 deletions
3
Makefile
3
Makefile
|
|
@ -12,11 +12,12 @@ SCMP=/c/VulkanSDK/1.2.141.2/Bin32/glslangValidator.exe
|
|||
|
||||
####### Main Target Rules #######
|
||||
|
||||
build: format build_shaders
|
||||
build: build_shaders
|
||||
$(CC) \
|
||||
-Wall \
|
||||
src/* \
|
||||
-std=c++11 \
|
||||
-DDEBUG=1 \
|
||||
-I"./src/" \
|
||||
-I"C:\\VulkanSDK\\1.2.141.2\\Include\\" \
|
||||
-L"C:\\VulkanSDK\\1.2.141.2\\Lib\\" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue