mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
16 lines
329 B
Plaintext
16 lines
329 B
Plaintext
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
[settings]
|
|
arch=x86_64
|
|
build_type=RelWithDebInfo
|
|
compiler=msvc
|
|
compiler.cppstd=17
|
|
compiler.runtime=dynamic
|
|
compiler.version=194
|
|
os=Windows
|
|
|
|
# Force Ninja generator
|
|
[conf]
|
|
tools.cmake.cmaketoolchain:generator=Ninja
|