blob: 257c9511b3ddcf13e077f9bc41687b12eacf6ff0 [file] [log] [blame]
Stella Laurenzo9bde61b2022-04-21 15:37:14 -07001# Copyright 2022 The IREE Authors
2#
3# Licensed under the Apache License v2.0 with LLVM Exceptions.
4# See https://llvm.org/LICENSE.txt for license information.
5# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
Stella Laurenzoc35d8e92023-12-28 21:41:56 -08007iree_setup_c_src_root(
8 DEFAULT_EXPORT_SET Runtime
9 DEFAULT_INSTALL_COMPONENT IREEDevLibraries-Runtime
10 IMPLICIT_DEFS_TARGET iree_defs
11)
Stella Laurenzo9bde61b2022-04-21 15:37:14 -070012
13add_subdirectory(iree)