Path: blob/21.2-virgl/src/microsoft/resource_state_manager/meson.build
4560 views
# Copyright © Microsoft Corporation12# Permission is hereby granted, free of charge, to any person obtaining a3# copy of this software and associated documentation files (the "Software"),4# to deal in the Software without restriction, including without limitation5# the rights to use, copy, modify, merge, publish, distribute, sublicense,6# and/or sell copies of the Software, and to permit persons to whom the7# Software is furnished to do so, subject to the following conditions:89# The above copyright notice and this permission notice (including the next10# paragraph) shall be included in all copies or substantial portions of the11# Software.1213# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR14# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,15# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL16# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER17# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING18# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS19# IN THE SOFTWARE.2021files_libd3d12_resource_state = files(22'D3D12ResourceState.cpp',23)2425libd3d12_resource_state = static_library(26'd3d12_resource_state',27files_libd3d12_resource_state,28gnu_symbol_visibility : 'hidden',29include_directories : [inc_include, inc_src, inc_mesa],30dependencies: [dep_dxheaders],31)3233idep_libd3d12_resource_state = declare_dependency(34link_with : [libd3d12_resource_state],35include_directories : include_directories('.')36)373839