Updated application creation and debug layer into cpp headers function

This commit is contained in:
Alejandro Saucedo 2020-08-09 17:36:52 +01:00
parent 13b12dd552
commit d7a2b68cea
3 changed files with 61 additions and 63 deletions

View file

@ -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\\" \