Skip to content

Commit

Permalink
Maybe fix renderdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat committed Aug 23, 2024
1 parent 4c2f391 commit 3555a3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,6 @@ endif()

if(ENABLE_RENDERDOC_API)
find_package(RenderDoc 1.6.0 MODULE REQUIRED)
add_library(renderdoc INTERFACE)
target_include_directories(renderdoc SYSTEM INTERFACE ./third_party/renderdoc)
add_library(RenderDoc::API ALIAS renderdoc)

target_link_libraries(AlberCore PUBLIC RenderDoc::API)
add_compile_definitions(PANDA3DS_ENABLE_RENDERDOC)
endif()

Expand Down

0 comments on commit 3555a3f

Please sign in to comment.