kfdtest: Add include directory for ROCr merge

When we merge thunk into ROCr, kfdtest will be in a different folder
structure. Add the new location to ensure that we can build now and in
the future with no disruptions

Signed-off-by: Kent Russell <kent.russell@amd.com>
Change-Id: I6517e061cb0da7137d903abbc380bfc7126f40d4


[ROCm/ROCR-Runtime commit: d966243783]
Этот коммит содержится в:
Kent Russell
2023-05-02 15:49:46 -04:00
родитель 7b4b914b72
Коммит 4d26b1cf48
+1
Просмотреть файл
@@ -159,6 +159,7 @@ llvm_map_components_to_libnames(llvm_libs AMDGPUAsmParser Core Support)
include_directories(${PROJECT_SOURCE_DIR}/gtest-1.6.0)
include_directories(${PROJECT_SOURCE_DIR}/include)
include_directories(${PROJECT_SOURCE_DIR}/../../include)
include_directories(${PROJECT_SOURCE_DIR}/../../libhsakmt/include)
include_directories(${DRM_INCLUDE_DIRS})