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:
+3
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user