Add test and util sources to make format

This commit is contained in:
Jesse Beder
2014-03-25 00:02:16 -05:00
parent a4a79835c9
commit e0b293e757
3 changed files with 39 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
add_sources(sandbox.cpp)
add_executable(sandbox sandbox.cpp)
target_link_libraries(sandbox yaml-cpp)
add_sources(read.cpp)
add_executable(read read.cpp)
target_link_libraries(read yaml-cpp)