mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-29 05:35:17 +02:00
15 lines
No EOL
409 B
Text
15 lines
No EOL
409 B
Text
[settings]
|
|
os=Windows
|
|
os_build=Windows
|
|
arch=x86_64
|
|
arch_build=x86_64
|
|
compiler=Visual Studio
|
|
compiler.cppstd=17
|
|
compiler.version=16
|
|
build_type=Release
|
|
# Build fails on Windows with C++17
|
|
webrtc-audio-processing*:compiler.cppstd=20
|
|
# libnode's build system seems to only support Release and Debug on Windows. RelWithDebInfo is not a valid option.
|
|
libnode/*:build_type=Release
|
|
[options]
|
|
Overte/*:qt_source=source |