Files
rocm-systems/opencl/tools/clinfo/CMakeLists.txt
T
Vladislav Sytchenko d53c19cfa5 SWDEV-273235 - Cleanup OpenCL installation logic
Don't use hardcoded install destinations. CMake will decide where things
should be installed based on platform.

Change-Id: Ifcf956181d3efb32d4ce6191a89c1ea225d0e8cc
2021-06-01 14:31:14 -04:00

7 lines
150 B
CMake

add_executable(clinfo clinfo.cpp)
target_link_libraries(clinfo OpenCL amdocl)
INSTALL(TARGETS clinfo
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})