summaryrefslogtreecommitdiffstats
path: root/yaml-cpp/util/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'yaml-cpp/util/CMakeLists.txt')
-rwxr-xr-xyaml-cpp/util/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/yaml-cpp/util/CMakeLists.txt b/yaml-cpp/util/CMakeLists.txt
new file mode 100755
index 00000000..22339f02
--- /dev/null
+++ b/yaml-cpp/util/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_executable(parse parse.cpp)
+target_link_libraries(parse yaml-cpp)