yaml-cpp/util/CMakeLists.txt

8 lines
191 B
CMake
Raw Normal View History

add_sources(sandbox.cpp)
2012-05-20 10:46:08 +04:00
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)