Files
yaml-cpp/util/CMakeLists.txt
T

6 lines
147 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)
2012-05-23 15:30:03 -05:00
2012-05-20 01:46:08 -05:00
add_executable(sandbox sandbox.cpp)
target_link_libraries(sandbox yaml-cpp)