From b244ada735ca0f096856f98d527d126743f66b8b Mon Sep 17 00:00:00 2001 From: beder Date: Sat, 19 May 2012 15:55:13 -0500 Subject: [PATCH] Backed out of removing parse --- util/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/CMakeLists.txt b/util/CMakeLists.txt index e69de29..22339f0 100644 --- a/util/CMakeLists.txt +++ b/util/CMakeLists.txt @@ -0,0 +1,2 @@ +add_executable(parse parse.cpp) +target_link_libraries(parse yaml-cpp)