aboutsummaryrefslogtreecommitdiff
path: root/contrib/DirectX-Headers/test/meson.build
blob: 0e43a913e1438f6434c0cdfd430ebcea95cf9ad9 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

cpp = meson.get_compiler('cpp')
d3d12_lib = cpp.find_library('d3d12')
dxcore_lib = cpp.find_library('dxcore')

headers_test = executable('DirectX-Headers-Test', 'test.cpp',
    dependencies : [dep_dxheaders, d3d12_lib, dxcore_lib])