mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Value stuff compiles/links with lots of placeholder functions
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
add_executable(parse parse.cpp)
|
||||
target_link_libraries(parse yaml-cpp)
|
||||
|
||||
add_executable(value value.cpp)
|
||||
target_link_libraries(value yaml-cpp)
|
||||
|
8
util/value.cpp
Normal file
8
util/value.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "yaml-cpp/value/value.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
YAML::Value value;
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user