cmake HAVE_CUDA examples

youkely/InfrasCal cmake/LibraryConfig.cmake :93

add_definitions(-DHAVE_CUDA)

youkely/InfrasCal cmake/LibraryConfig.cmake :94

message(STATUS "defined HAVE_CUDA")

scanner-research/scanner cmake/Dependencies.cmake :25

add_definitions(-DHAVE_CUDA)

scanner-research/scanner cmake/Util/Op.cmake :84

target_compile_definitions(${args_LIB_NAME} PUBLIC -DHAVE_CUDA)

scanner-research/scanner examples/how-tos/halide/CMakeLists.txt :22

target_compile_definitions(resize PUBLIC -DHAVE_CUDA)

clab/lstm-parser cnn/CMakeLists.txt :77

add_definitions(-DHAVE_CUDA)

SsageParuders/Android_Native_Surface my_android_opencv/samples/gpu/CMakeLists.txt :33

add_definitions(-DHAVE_CUDA=1)

intel/xpumanager third_party/hwloc/contrib/windows-cmake/CMakeLists.txt :106

add_library(hwloc
    ${TOPDIR}/hwloc/topology.c
    ${TOPDIR}/hwloc/traversal.c
    ${TOPDIR}/hwloc/distances.c
    ${TOPDIR}/hwloc/memattrs.c
    ${TOPDIR}/hwloc/cpukinds.c
    ${TOPDIR}/hwloc/components.c
    ${TOPDIR}/hwloc/bind.c
    ${TOPDIR}/hwloc/bitmap.c
    ${TOPDIR}/hwloc/pci-common.c
    ${TOPDIR}/hwloc/diff.c
    ${TOPDIR}/hwloc/shmem.c
    ${TOPDIR}/hwloc/misc.c
    ${TOPDIR}/hwloc/base64.c
    ${TOPDIR}/hwloc/topology-noos.c
    ${TOPDIR}/hwloc/topology-synthetic.c
    ${TOPDIR}/hwloc/topology-xml.c
    ${TOPDIR}/hwloc/topology-xml-nolibxml.c
    ${TOPDIR}/hwloc/topology-windows.c
    ${TOPDIR}/hwloc/topology-x86.c
    $<$<BOOL:${HWLOC_HAVE_LIBXML2}>:${TOPDIR}/hwloc/topology-xml-libxml.c>
    $<$<BOOL:${HWLOC_HAVE_OPENCL}>:${TOPDIR}/hwloc/topology-opencl.c>
    $<$<BOOL:${HAVE_CUDA}>:${TOPDIR}/hwloc/topology-cuda.c>
)

intel/xpumanager third_party/hwloc/contrib/windows-cmake/CMakeLists.txt :131

target_link_libraries(hwloc PRIVATE
    $<$<BOOL:${HWLOC_HAVE_LIBXML2}>:LibXml2::LibXml2>
    $<$<BOOL:${HWLOC_HAVE_OPENCL}>:OpenCL::OpenCL>
    "$<$<BOOL:${HAVE_CUDA}>:CUDA::cudart;CUDA::cuda_driver>"
)

joachimBurket/esp32-opencv samples/gpu/CMakeLists.txt :33

add_definitions(-DHAVE_CUDA=1)

NVIDIA/MatX cmake/rapids-cmake/rapids-cmake/test/detail/generate_resource_spec/CMakeLists.txt :26

target_compile_definitions(generate_ctest_json PRIVATE HAVE_CUDA)

OPM/opm-simulators CMakeLists.txt :418

unset(HAVE_CUDA)

hlrs-vis/covise cmake/CoviseHelperMacros.cmake :1146

ADD_DEFINITIONS(-DHAVE_CUDA)

hlrs-vis/covise src/kernel/gpu/CMakeLists.txt :23

ADD_DEFINITIONS(-DHAVE_CUDA)

hlrs-vis/covise src/OpenCOVER/plugins/general/Volume/CMakeLists.txt :39

ADD_DEFINITIONS("-DHAVE_CUDA -DNV_PROPRIETARY_CODE")

hlrs-vis/covise src/OpenCOVER/plugins/gpl/RRServer/CMakeLists.txt :59

add_definitions(-DHAVE_CUDA)

hlrs-vis/covise src/OpenCOVER/plugins/gpl/VncServer/CMakeLists.txt :21

add_definitions(-DHAVE_CUDA)