From 5eefacb0c62ec0a61290c8dd42291a0d062ed86b Mon Sep 17 00:00:00 2001 From: Sean Keely Date: Wed, 17 Jun 2020 20:03:18 -0500 Subject: [PATCH] Remove legacy build file. Change-Id: I827664a5bb11bcea3176449cbf766b6cb3b93696 [ROCm/ROCR-Runtime commit: 3646465429ec024b5c0a68273ce9b4dceb34ddb5] --- .../runtime/hsa-runtime/loader/CMakeLists.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 projects/rocr-runtime/runtime/hsa-runtime/loader/CMakeLists.txt diff --git a/projects/rocr-runtime/runtime/hsa-runtime/loader/CMakeLists.txt b/projects/rocr-runtime/runtime/hsa-runtime/loader/CMakeLists.txt deleted file mode 100644 index 9c94952be3..0000000000 --- a/projects/rocr-runtime/runtime/hsa-runtime/loader/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ -# -# loader library -# -# This file is expected to be included from top-level CMakeLists.txt. -# -# Dependencies: -# - Compiler definitions -# - amdhsacode library -# -# Defines: -# - amdhsaloader library and target include directories - -file(GLOB sources *.cpp *.hpp) -add_library(amdhsaloader ${sources}) -target_include_directories(amdhsaloader PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) -target_link_libraries(amdhsaloader amdhsacode)