• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright © 2019 Collabora Ltd
2# SPDX-License-Identifier: MIT
3
4libvirglcommon = static_library(
5  'virglcommon',
6  'virgl_resource_cache.c',
7  include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_gallium_drivers],
8  gnu_symbol_visibility : 'hidden',
9  dependencies: idep_mesautil,
10)
11
12dep_libvirglcommon = declare_dependency(
13  link_with : libvirglcommon,
14  include_directories : include_directories('.'),
15)
16