Value stuff compiles/links with lots of placeholder functions

This commit is contained in:
Jesse Beder
2011-09-07 00:12:24 -05:00
parent 248b18a2d0
commit 1e6877043e
8 changed files with 112 additions and 7 deletions

View File

@@ -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)