Skip to content

Commit

Permalink
Vulkan: use upstream volk instead of bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Aug 12, 2024
1 parent aab0c6a commit dea941d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5,261 deletions.
2 changes: 1 addition & 1 deletion RenderSystems/Vulkan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

file(GLOB HEADER_FILES "${CMAKE_CURRENT_SOURCE_DIR}/include/*.h")
list(APPEND HEADER_FILES ${PROJECT_BINARY_DIR}/include/OgreVulkanExports.h)
file(GLOB SOURCE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp" "${CMAKE_CURRENT_SOURCE_DIR}/src/volk.c")
file(GLOB SOURCE_FILES "${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp" "${CMAKE_CURRENT_SOURCE_DIR}/src/volk_impl.c")

set( HEADER_FILES ${HEADER_FILES})
set( SOURCE_FILES ${SOURCE_FILES})
Expand Down
Loading

0 comments on commit dea941d

Please sign in to comment.