Files
rocm-systems/hsakmt-config.cmake.in
T

14 lines
571 B
CMake
Raw Normal View History

2018-09-25 19:16:43 +02:00
@PACKAGE_INIT@
include( CMakeFindDependencyMacro )
2018-09-25 19:16:43 +02:00
# Locate dependent packages here. Finding them propagates usage requirements,
# if any, to our clients and ensures that their target names are in scope for
# the build. hsakmt has no cmake project dependencies so there is nothing to
# find. If we switch to use find_package with external (to ROCm) library
# dependencies (ie libnuma) then those packages should be located here using
# find_dependencies as shown below.
#find_dependency(Bar, 2.0)
2018-09-25 19:16:43 +02:00
include( "${CMAKE_CURRENT_LIST_DIR}/@HSAKMT_TARGET@Targets.cmake" )