Add npm, maven, conan configs (excluding cache)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[build_requires]
|
||||
[settings]
|
||||
os=Windows
|
||||
os_build=Windows
|
||||
arch=x86_64
|
||||
arch_build=x86_64
|
||||
compiler=msvc
|
||||
compiler.version=191
|
||||
compiler.toolset=v141_xp
|
||||
build_type=Release
|
||||
compiler.runtime=static
|
||||
compiler.runtime_type=Release
|
||||
compiler.cppstd=17
|
||||
[options]
|
||||
[env]
|
||||
CONAN_DISABLE_STRICT_MODE=1
|
||||
[conf]
|
||||
tools.microsoft.msbuild:verbosity=Normal
|
||||
Reference in New Issue
Block a user