add_executable(sandbox sandbox.cpp) target_link_libraries(sandbox yaml-cpp) add_executable(read read.cpp) target_link_libraries(read yaml-cpp)