• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) Qualcomm Innovation Center, Inc.
2# All rights reserved
3#
4# This source code is licensed under the BSD-style license found in the
5# LICENSE file in the root directory of this source tree.
6
7# QCIR
8target_sources(
9  qcir_utils PRIVATE ${CMAKE_CURRENT_LIST_DIR}/qcir_utils.h
10                     ${CMAKE_CURRENT_LIST_DIR}/qcir_utils.cpp
11)
12