Files
yaml-cpp/util/CMakeLists.txt
T

3 lines
70 B
CMake
Raw Normal View History

2012-05-19 15:55:13 -05:00
add_executable(parse parse.cpp)
target_link_libraries(parse yaml-cpp)