Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions gfxr_ext/decode/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ target_include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/../../third_party/gfxreconstruct/framework
${CMAKE_CURRENT_SOURCE_DIR}/../../
)
target_link_libraries(dive_renderdoc PUBLIC vulkan_registry)

# The Android Gradle script invokes its own CMake, starting from gfxrecon-replay's CMakeLists.txt.
# This build system is isolated and does not see the gpu_time target defined in the root CMakeLists.txt.
Expand Down Expand Up @@ -77,6 +78,7 @@ target_link_libraries(
dive_renderdoc
gfxrecon_decode
gpu_time
vulkan_registry
)
# gfxr_util has a psapi dependency on Windows. Ideally, gfxr_util should declare this dependency in their CMakeLists.txt
if(WIN32)
Expand Down