﻿{
    "package_id":  "com.company.cuda.12.8.win_x64",
    "product":  "CUDA",
    "version":  "12.8",
    "internal_version_code":  1,
    "toolchain":  "win-x64",
    "platform":  "windows",
    "display_name":  "CUDA Toolkit 12.8 x64",
    "description":  "Installs the locally packaged CUDA Toolkit 12.8 SDK under the selected TMDeps root at CUDA/12.8/win-x64.",
    "usage":  {
                  "summary":  "Configures the packaged CUDA toolkit for projects that use CUDAToolkit discovery or CUDA language compilation.",
                  "cmake_snippet":  "find_package(CUDAToolkit REQUIRED)\ntarget_link_libraries(your_target PRIVATE CUDA::cudart)",
                  "notes":  "When this package is selected, the TMDeps toolchain also sets CUDAToolkit_ROOT and CMAKE_CUDA_COMPILER."
              },
    "group":  "Build Tools",
    "default_selected":  false,
    "dependencies":  [
                         "com.company.tmdeps.cmake_support"
                     ],
    "install_subdir":  "CUDA/12.8/win-x64",
    "marker_relative_path":  "CUDA/12.8/win-x64/bin/nvcc.exe",
    "owned_paths":  [
                        "CUDA/12.8/win-x64"
                    ],
    "cmake":  {
                  "prefix_paths":  [
                                       "."
                                   ],
                  "module_paths":  [

                                   ],
                  "variables":  {
                                    "CUDAToolkit_ROOT":  ".",
                                    "CMAKE_CUDA_COMPILER":  "bin/nvcc.exe"
                                }
              },
    "payload_archive":  "com.company.cuda.12.8.win_x64.zip",
    "size_bytes":  2464966949,
    "sha256":  "217b0349f2e8858aadbb829455c2687474ee6e28c1fb495b19b844668132370d"
}
