Implemented (untested) the value builder

This commit is contained in:
beder
2011-09-09 23:28:21 -05:00
parent 91a3f020ff
commit 8185fa48f1
7 changed files with 193 additions and 1 deletions

View File

@@ -65,7 +65,10 @@ file(GLOB public_headers
"include/yaml-cpp/value/[a-zA-Z]*.h"
"include/yaml-cpp/value/detail/[a-zA-Z]*.h"
)
file(GLOB private_headers "src/[a-zA-Z]*.h")
file(GLOB private_headers
"src/[a-zA-Z]*.h"
"src/value/[a-zA-Z]*.h"
)
if(YAML_CPP_BUILD_CONTRIB)
file(GLOB contrib_sources "src/contrib/[a-zA-Z]*.cpp")