yaml-cpp/util/CMakeLists.txt
2012-05-20 01:46:08 -05:00

3 lines
76 B
CMake

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