Turned on static runtime + added gitignore (Merge PR #1) Add .gitignore + turn off static runtime
This commit is contained in:
parent
0d2d097faa
commit
9f9a9e490c
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,7 @@
|
|||||||
build/
|
build/
|
||||||
/tags
|
/tags
|
||||||
/bazel-*
|
/bazel-*
|
||||||
|
bin
|
||||||
|
bin-int
|
||||||
|
yaml-cpp.vcxproj
|
||||||
|
yaml-cpp.vcxproj.filters
|
||||||
@ -21,13 +21,13 @@ project "yaml-cpp"
|
|||||||
filter "system:windows"
|
filter "system:windows"
|
||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
cppdialect "C++17"
|
cppdialect "C++17"
|
||||||
staticruntime "On"
|
staticruntime "off"
|
||||||
|
|
||||||
filter "system:linux"
|
filter "system:linux"
|
||||||
pic "On"
|
pic "On"
|
||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
cppdialect "C++17"
|
cppdialect "C++17"
|
||||||
staticruntime "On"
|
staticruntime "off"
|
||||||
|
|
||||||
filter "configurations:Debug"
|
filter "configurations:Debug"
|
||||||
runtime "Debug"
|
runtime "Debug"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user