mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Fixed up the old API stuff, and removed the util/value (since it's no longer needed)
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
add_executable(parse parse.cpp)
|
||||
target_link_libraries(parse yaml-cpp)
|
||||
|
||||
add_executable(value value.cpp)
|
||||
target_link_libraries(value yaml-cpp)
|
||||
|
@@ -1,10 +0,0 @@
|
||||
#include "yaml-cpp/yaml.h"
|
||||
#include <map>
|
||||
|
||||
int main()
|
||||
{
|
||||
YAML::Node node = YAML::Parse("{foo: bar, monkey: value}");
|
||||
std::cout << node << "\n";
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user