File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ file(GLOB _cmake_scripts ${CMAKE_SOURCE_DIR}/cmake/*.cmake)
71
71
install (FILES ${_cmake_scripts}
72
72
DESTINATION dpctl/resources/cmake
73
73
)
74
+ install (FILES
75
+ ${CMAKE_SOURCE_DIR} /cmake/dpctl-config.cmake
76
+ DESTINATION lib/cmake/dpctl
77
+ )
74
78
75
79
if (DPCTL_GENERATE_DOCS )
76
80
add_subdirectory (docs )
Original file line number Diff line number Diff line change 6
6
#
7
7
# ``Dpctl_FOUND``
8
8
# True if DPCTL was found.
9
- # ``Dpctl_INCLUDE_DIRS``
10
- # The include directories needed to use Dpctl.
9
+ # ``Dpctl_INCLUDE_DIR``
10
+ # The include directory needed to use dpctl.
11
+ # ``Dpctl_TENSOR_INCLUDE_DIR``
12
+ # The include directory for tensor kernels implementation.
11
13
# ``Dpctl_VERSION``
12
- # The version of DPCTL found.
14
+ # The version of dpctl found.
13
15
#
14
- # The module will also explicitly define one cache variable :
16
+ # The module will also explicitly define two cache variables :
15
17
#
16
18
# ``Dpctl_INCLUDE_DIR``
19
+ # ``Dpctl_TENSOR_INCLUDE_DIR``
17
20
#
18
21
19
22
if (NOT Dpctl_FOUND )
You can’t perform that action at this time.
0 commit comments