renamed to second_triangle.cpp instead of two_triangle.cpp
This commit is contained in:
@@ -24,8 +24,8 @@ macro(CreateQtProject name)
|
||||
set_property(TARGET ${name} PROPERTY FOLDER "ULRE/Example/Vulkan")
|
||||
endmacro()
|
||||
|
||||
CreateProject(00.triangle first_triangle.cpp)
|
||||
CreateProject(01.two_triangle two_triangle.cpp)
|
||||
CreateProject(00.1st_triangle first_triangle.cpp)
|
||||
CreateProject(01.2nd_triangle second_triangle.cpp)
|
||||
CreateProject(02.FragCoord FragCoordTest.cpp)
|
||||
CreateProject(03.indices_rect indices_rect.cpp)
|
||||
CreateProject(04.FullScreenTriangle FullScreenTriangle.cpp)
|
||||
|
Reference in New Issue
Block a user