Skip to content

Commit f80c6ef

Browse files
jorgep31415facebook-github-bot
authored andcommitted
Fix OSS CMake build deps (#4198)
Summary: Pull Request resolved: #4198 Should have seen this coming when I restructured the file hierarchy in #4179 ghstack-source-id: 233252753 Reviewed By: SS-JIA Differential Revision: D59592073 fbshipit-source-id: 5c2670194ceb5870980c2161c177010736b36249
1 parent 561c035 commit f80c6ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/vulkan/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ list(APPEND VULKAN_CXX_FLAGS "-DUSE_VULKAN_VOLK")
6161
# vulkan API files
6262

6363
file(GLOB_RECURSE vulkan_api_cpp ${RUNTIME_PATH}/api/*)
64+
file(GLOB_RECURSE vulkan_vkapi_cpp ${RUNTIME_PATH}/vk_api/*)
65+
list(APPEND vulkan_api_cpp ${vulkan_vkapi_cpp})
6466
list(APPEND vulkan_api_cpp ${VOLK_PATH}/volk.c)
6567

6668
# vulkan ComputeGraph files

0 commit comments

Comments
 (0)