File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,19 @@ include(GNUInstallDirs)
3030include (FetchContent)
3131
3232FetchContent_Declare(
33- pybind11
34- URL https://github.com/pybind/pybind11/archive/refs/tags/v2.9.2.tar.gz
35- URL_HASH SHA256=6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1
33+ pybind11
34+ URL https://github.com/pybind/pybind11/archive/refs/tags/v2.9.2.tar.gz
35+ URL_HASH SHA256=6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1
3636)
3737FetchContent_MakeAvailable(pybind11)
3838
3939add_subdirectory (dpctl)
4040
41+ file (GLOB _cmake_scripts ${CMAKE_SOURCE_DIR} /cmake/*.cmake)
42+ install (FILES ${_cmake_scripts}
43+ DESTINATION dpctl/resources/cmake
44+ )
45+
4146if (DPCTL_GENERATE_DOCS)
4247 add_subdirectory (docs)
4348endif ()
Original file line number Diff line number Diff line change 11recursive-include dpctl/include *.h
22include dpctl/include/dpctl4pybind11.hpp
33recursive-include dpctl *.pxd
4+ recursive-include dpctl *.cmake
45include dpctl/_sycl_context.h
56include dpctl/_sycl_context_api.h
67include dpctl/_sycl_device.h
You can’t perform that action at this time.
0 commit comments