CMakeLists.txt 191 Bytes
Newer Older
1
add_sources(sandbox.cpp)
Jesse Beder's avatar
Jesse Beder committed
2
3
add_executable(sandbox sandbox.cpp)
target_link_libraries(sandbox yaml-cpp)
4

5
add_sources(read.cpp)
6
7
add_executable(read read.cpp)
target_link_libraries(read yaml-cpp)