Files
rocm-systems/projects/clr/hipamd/cmake/CMakeLists.txt
T
Ben Sander 28f87a0428 Initial commit for GPUOpen Launch
[ROCm/clr commit: 304171c1a2]
2016-01-26 20:14:33 -06:00

13 líneas
285 B
CMake

#Our FindHCC is in the same directory as the this CMakeLists.txt, which is CMAKE_SOURCE_DIR
# Let cmake know where to find FindHCC.cmake
#
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR})
find_package(HIP REQUIRED)
message(STATUS "HIP_PLATFORM = ${HIP_PLATFORM}")