修改CMAKE中的文件名大小写问题
This commit is contained in:
parent
e3dd3f4e7b
commit
eab90c1e8c
@ -7,7 +7,7 @@ ENDIF()
|
|||||||
|
|
||||||
SET(VULKAN_TEST_SOURCE_FILES main.cpp
|
SET(VULKAN_TEST_SOURCE_FILES main.cpp
|
||||||
${RENDER_WINDOW_SOURCE}
|
${RENDER_WINDOW_SOURCE}
|
||||||
VkFormat.cpp
|
VKFormat.cpp
|
||||||
VKInstance.cpp
|
VKInstance.cpp
|
||||||
VKPhysicalDevice.cpp
|
VKPhysicalDevice.cpp
|
||||||
VKCommandBuffer.cpp
|
VKCommandBuffer.cpp
|
||||||
@ -27,6 +27,7 @@ SET(VULKAN_TEST_SOURCE_FILES main.cpp
|
|||||||
)
|
)
|
||||||
|
|
||||||
SET(VULKAN_TEST_HEADER_FILES VK.h
|
SET(VULKAN_TEST_HEADER_FILES VK.h
|
||||||
|
VKFormat.h
|
||||||
VKPrimivate.h
|
VKPrimivate.h
|
||||||
VKInstance.h
|
VKInstance.h
|
||||||
VKPhysicalDevice.h
|
VKPhysicalDevice.h
|
||||||
@ -36,7 +37,7 @@ SET(VULKAN_TEST_HEADER_FILES VK.h
|
|||||||
VKDevice.h
|
VKDevice.h
|
||||||
VKBuffer.h
|
VKBuffer.h
|
||||||
VKDescriptorSets.h
|
VKDescriptorSets.h
|
||||||
VKPipelineLayout.h
|
VKPipelineLayout.h
|
||||||
VKRenderPass.h
|
VKRenderPass.h
|
||||||
VKShader.h
|
VKShader.h
|
||||||
VKVertexInput.h
|
VKVertexInput.h
|
||||||
@ -47,7 +48,7 @@ SET(VULKAN_TEST_HEADER_FILES VK.h
|
|||||||
Window.h)
|
Window.h)
|
||||||
|
|
||||||
SET(SHADER_FILES shader_compile.bat
|
SET(SHADER_FILES shader_compile.bat
|
||||||
FlatColor.vert
|
FlatColor.vert
|
||||||
FlatColor.frag)
|
FlatColor.frag)
|
||||||
|
|
||||||
SOURCE_GROUP("Header Files" FILES ${VULKAN_TEST_HEADER_FILES})
|
SOURCE_GROUP("Header Files" FILES ${VULKAN_TEST_HEADER_FILES})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user