Dosyalar
rocm-systems/projects/hip/cmake/CMakeLists.txt
T
Ben Sander 97cf8b8ac9 Initial commit for GPUOpen Launch
[ROCm/hip commit: f38e63ff18]
2016-01-26 20:14:33 -06:00

13 satır
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}")