修改CMAKE中的文件名大小写问题

This commit is contained in:
hyzboy 2019-04-19 23:58:12 +08:00
parent e3dd3f4e7b
commit eab90c1e8c

View File

@ -7,7 +7,7 @@ ENDIF()
SET(VULKAN_TEST_SOURCE_FILES main.cpp
${RENDER_WINDOW_SOURCE}
VkFormat.cpp
VKFormat.cpp
VKInstance.cpp
VKPhysicalDevice.cpp
VKCommandBuffer.cpp
@ -27,6 +27,7 @@ SET(VULKAN_TEST_SOURCE_FILES main.cpp
)
SET(VULKAN_TEST_HEADER_FILES VK.h
VKFormat.h
VKPrimivate.h
VKInstance.h
VKPhysicalDevice.h