Skip to content

Commit

Permalink
Forgot to add the CMakeLists.txt change to the last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Oct 26, 2017
1 parent 8639664 commit 9b183f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,9 @@ if(VULKAN)
set(THIN3D_PLATFORMS ${THIN3D_PLATFORMS}
ext/native/thin3d/thin3d_vulkan.cpp
ext/native/thin3d/VulkanRenderManager.cpp
ext/native/thin3d/VulkanRenderManager.h)
ext/native/thin3d/VulkanRenderManager.h
ext/native/thin3d/VulkanQueueRunner.cpp
ext/native/thin3d/VulkanQueueRunner.h)
endif()
if(WIN32)
set(THIN3D_PLATFORMS ${THIN3D_PLATFORMS}
Expand Down

0 comments on commit 9b183f1

Please sign in to comment.