Remove legacy build file.

Change-Id: I827664a5bb11bcea3176449cbf766b6cb3b93696


[ROCm/ROCR-Runtime commit: 3646465429]
This commit is contained in:
Sean Keely
2020-06-17 20:03:18 -05:00
والد 16dc9f3f93
کامیت 5eefacb0c6
@@ -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)