Turned on static runtime + added gitignore (Merge PR #1) Add .gitignore + turn off static runtime

This commit is contained in:
Nathan Chitnis 2024-03-12 17:45:39 -04:00 committed by GitHub
parent 0d2d097faa
commit 9f9a9e490c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
build/
/tags
/bazel-*
bin
bin-int
yaml-cpp.vcxproj
yaml-cpp.vcxproj.filters

View File

@ -21,13 +21,13 @@ project "yaml-cpp"
filter "system:windows"
systemversion "latest"
cppdialect "C++17"
staticruntime "On"
staticruntime "off"
filter "system:linux"
pic "On"
systemversion "latest"
cppdialect "C++17"
staticruntime "On"
staticruntime "off"
filter "configurations:Debug"
runtime "Debug"