yaml-cpp/util/CMakeLists.txt
2014-03-25 00:02:16 -05:00

8 lines
191 B
CMake

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)