diff --git a/src/main.cpp b/src/main.cpp index 6588557..2da42f0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,6 +3,12 @@ #include #include +#ifdef _DEBUG +#pragma comment(lib, "yamlcppd.lib") +#else +#pragma comment(lib, "yamlcpp.lib") +#endif + struct Vec3 { float x, y, z; diff --git a/yaml-reader.vcproj b/yaml-reader.vcproj index 6ef5a5e..2d7df5f 100644 --- a/yaml-reader.vcproj +++ b/yaml-reader.vcproj @@ -58,6 +58,7 @@ /> @@ -127,6 +128,7 @@ /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -