Fixes to allow cmake to find files inside the render doc linux tar

Signed-off-by: rgba16f <82187279+rgba16f@users.noreply.github.com>
This commit is contained in:
rgba16f
2021-10-12 23:38:01 +00:00
parent 843f993fc9
commit 8d97f75e42
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -10,6 +10,8 @@ ly_add_external_target(
NAME renderdoc
3RDPARTY_ROOT_DIRECTORY "${LY_RENDERDOC_PATH}"
VERSION
INCLUDE_DIRECTORIES .
INCLUDE_DIRECTORIES
.
include
COMPILE_DEFINITIONS USE_RENDERDOC
)
@@ -6,4 +6,4 @@
#
#
set(RENDERDOC_RUNTIME_DEPENDENCIES "${BASE_PATH}/librenderdoc.so")
set(RENDERDOC_RUNTIME_DEPENDENCIES "${BASE_PATH}/lib/librenderdoc.so")