From 4d26b1cf48899fe249fe8e275a0a6cb904056518 Mon Sep 17 00:00:00 2001 From: Kent Russell Date: Tue, 2 May 2023 15:49:46 -0400 Subject: [PATCH] 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 Change-Id: I6517e061cb0da7137d903abbc380bfc7126f40d4 [ROCm/ROCR-Runtime commit: d96624378397227b3c1179e486e9607173378f70] --- projects/rocr-runtime/tests/kfdtest/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocr-runtime/tests/kfdtest/CMakeLists.txt b/projects/rocr-runtime/tests/kfdtest/CMakeLists.txt index 61c9b84f60..1ec430da20 100644 --- a/projects/rocr-runtime/tests/kfdtest/CMakeLists.txt +++ b/projects/rocr-runtime/tests/kfdtest/CMakeLists.txt @@ -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})