add config_generator.lua for setting additional includes needed by any implementation.

This commit is contained in:
sonoro1234
2020-01-24 16:40:16 +01:00
parent 677678af07
commit 6740445cbc
3 changed files with 34 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
return {
vulkan = {[[C:\VulkanSDK\1.1.130.0\Include]]}
}