forked from openkylin/directx-headers
8 lines
187 B
Meson
8 lines
187 B
Meson
|
# Copyright (c) Microsoft Corporation.
|
||
|
# Licensed under the MIT License.
|
||
|
|
||
|
option('build-test',
|
||
|
type : 'boolean',
|
||
|
value : true,
|
||
|
description : 'Build the test')
|