forked from NVIDIA/cuda-quantum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCUDAQEmDefaultConfig.cmake
More file actions
19 lines (15 loc) · 930 Bytes
/
CUDAQEmDefaultConfig.cmake
File metadata and controls
19 lines (15 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ============================================================================ #
# Copyright (c) 2022 - 2025 NVIDIA Corporation & Affiliates. #
# All rights reserved. #
# #
# This source code and the accompanying materials are made available under #
# the terms of the Apache License 2.0 which accompanies this distribution. #
# ============================================================================ #
get_filename_component(CUDAQ_EM_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
set (CUDAQOperator_DIR "${CUDAQ_EM_CMAKE_DIR}")
find_dependency(CUDAQOperator REQUIRED)
set (CUDAQCommon_DIR "${CUDAQ_EM_CMAKE_DIR}")
find_dependency(CUDAQCommon REQUIRED)
if(NOT TARGET cudaq::cudaq-em-default)
include("${CUDAQ_EM_CMAKE_DIR}/CUDAQEmDefaultTargets.cmake")
endif()