Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
2e2c489e
Commit
2e2c489e
authored
Jul 14, 2008
by
Jesse Beder
Browse files
Set the yaml-reader project to link to the yamlcpp library.
parent
f3a2c849
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
144 deletions
+8
-144
src/main.cpp
src/main.cpp
+6
-0
yaml-reader.vcproj
yaml-reader.vcproj
+2
-144
No files found.
src/main.cpp
View file @
2e2c489e
...
@@ -3,6 +3,12 @@
...
@@ -3,6 +3,12 @@
#include <fstream>
#include <fstream>
#include <iostream>
#include <iostream>
#ifdef _DEBUG
#pragma comment(lib, "yamlcppd.lib")
#else
#pragma comment(lib, "yamlcpp.lib")
#endif
struct
Vec3
{
struct
Vec3
{
float
x
,
y
,
z
;
float
x
,
y
,
z
;
...
...
yaml-reader.vcproj
View file @
2e2c489e
...
@@ -58,6 +58,7 @@
...
@@ -58,6 +58,7 @@
/>
/>
<Tool
<Tool
Name=
"VCLinkerTool"
Name=
"VCLinkerTool"
AdditionalLibraryDirectories=
"lib"
GenerateDebugInformation=
"true"
GenerateDebugInformation=
"true"
TargetMachine=
"1"
TargetMachine=
"1"
/>
/>
...
@@ -127,6 +128,7 @@
...
@@ -127,6 +128,7 @@
/>
/>
<Tool
<Tool
Name=
"VCLinkerTool"
Name=
"VCLinkerTool"
AdditionalLibraryDirectories=
"lib"
GenerateDebugInformation=
"true"
GenerateDebugInformation=
"true"
OptimizeReferences=
"2"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
EnableCOMDATFolding=
"2"
...
@@ -171,160 +173,16 @@
...
@@ -171,160 +173,16 @@
RelativePath=
".\src\tests.cpp"
RelativePath=
".\src\tests.cpp"
>
>
</File>
</File>
<Filter
Name=
"Scanner"
>
<File
RelativePath=
".\src\exp.cpp"
>
</File>
<File
RelativePath=
".\src\regex.cpp"
>
</File>
<File
RelativePath=
".\src\scanner.cpp"
>
</File>
<File
RelativePath=
".\src\scanscalar.cpp"
>
</File>
<File
RelativePath=
".\src\scantoken.cpp"
>
</File>
<File
RelativePath=
".\src\simplekey.cpp"
>
</File>
<File
RelativePath=
".\src\stream.cpp"
>
</File>
</Filter>
<Filter
Name=
"Parser"
>
<File
RelativePath=
".\src\parser.cpp"
>
</File>
<File
RelativePath=
".\src\parserstate.cpp"
>
</File>
</Filter>
<Filter
Name=
"Representation"
>
<File
RelativePath=
".\src\content.cpp"
>
</File>
<File
RelativePath=
".\src\iterator.cpp"
>
</File>
<File
RelativePath=
".\src\map.cpp"
>
</File>
<File
RelativePath=
".\src\node.cpp"
>
</File>
<File
RelativePath=
".\src\scalar.cpp"
>
</File>
<File
RelativePath=
".\src\sequence.cpp"
>
</File>
</Filter>
</Filter>
</Filter>
<Filter
<Filter
Name=
"Header Files"
Name=
"Header Files"
Filter=
"h;hpp;hxx;hm;inl;inc;xsd"
Filter=
"h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier=
"{93995380-89BD-4b04-88EB-625FBE52EBFB}"
UniqueIdentifier=
"{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
>
<File
RelativePath=
".\include\exceptions.h"
>
</File>
<File
<File
RelativePath=
".\src\tests.h"
RelativePath=
".\src\tests.h"
>
>
</File>
</File>
<Filter
Name=
"Scanner"
>
<File
RelativePath=
".\src\exp.h"
>
</File>
<File
RelativePath=
".\src\regex.h"
>
</File>
<File
RelativePath=
".\src\scanner.h"
>
</File>
<File
RelativePath=
".\src\scanscalar.h"
>
</File>
<File
RelativePath=
".\src\stream.h"
>
</File>
<File
RelativePath=
".\src\token.h"
>
</File>
</Filter>
<Filter
Name=
"Parser"
>
<File
RelativePath=
".\include\parser.h"
>
</File>
<File
RelativePath=
".\include\parserstate.h"
>
</File>
</Filter>
<Filter
Name=
"Representation"
>
<File
RelativePath=
".\src\content.h"
>
</File>
<File
RelativePath=
".\include\ltnode.h"
>
</File>
<File
RelativePath=
".\src\map.h"
>
</File>
<File
RelativePath=
".\include\node.h"
>
</File>
<File
RelativePath=
".\src\scalar.h"
>
</File>
<File
RelativePath=
".\src\sequence.h"
>
</File>
</Filter>
</Filter>
</Filter>
<Filter
<Filter
Name=
"Resource Files"
Name=
"Resource Files"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment