From 3646465429ec024b5c0a68273ce9b4dceb34ddb5 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 --- runtime/hsa-runtime/loader/CMakeLists.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 runtime/hsa-runtime/loader/CMakeLists.txt diff --git a/runtime/hsa-runtime/loader/CMakeLists.txt b/runtime/hsa-runtime/loader/CMakeLists.txt deleted file mode 100644 index 9c94952be3..0000000000 --- a/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)