xref: /llvm-project/libc/utils/gpu/loader/amdgpu/CMakeLists.txt (revision 38049dc8eef0dca7e82c25e4012228a9a135e255)
1set(LLVM_LINK_COMPONENTS
2  BinaryFormat
3  Object
4  Option
5  Support
6  FrontendOffloading
7  )
8
9add_llvm_executable(amdhsa-loader amdhsa-loader.cpp)
10
11target_link_libraries(amdhsa-loader
12  PRIVATE
13  hsa-runtime64::hsa-runtime64
14  gpu_loader
15  llvmlibc_rpc_server
16)
17