Now shipping with premake to enable direct slang builds

This commit is contained in:
Dynamitos
2020-03-26 00:25:33 +01:00
parent b3ad5bc573
commit 62c2d37cb3
6 changed files with 38 additions and 11 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ target_sources(SeeleEngine
PRIVATE
VulkanAllocator.h
VulkanAllocator.cpp
VulkanBuffer.cpp
VulkanCommandBuffer.h
VulkanCommandBuffer.cpp
VulkanBuffer.cpp
VulkanFramebuffer.h
VulkanFramebuffer.cpp
VulkanGraphics.h
@@ -19,4 +19,4 @@ target_sources(SeeleEngine
VulkanRenderPass.h
VulkanRenderPass.cpp
VulkanQueue.h
VulkanQueue.cpp)
VulkanQueue.cpp)