mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Set the yaml-reader project to link to the yamlcpp library.
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
#ifdef _DEBUG
|
||||
#pragma comment(lib, "yamlcppd.lib")
|
||||
#else
|
||||
#pragma comment(lib, "yamlcpp.lib")
|
||||
#endif
|
||||
|
||||
struct Vec3 {
|
||||
float x, y, z;
|
||||
|
||||
|
Reference in New Issue
Block a user