$NetBSD: patch-test_CMakeLists.txt,v 1.1 2014/04/19 10:58:37 thomasklausner Exp $

* add -L to be able to link to yaml-cpp before it is installed.

--- test/CMakeLists.txt.orig	2012-01-21 08:52:48.000000000 +0000
+++ test/CMakeLists.txt
@@ -5,6 +5,7 @@ file(GLOB test_old_api_sources old-api/[
 list(APPEND test_sources ${test_old_api_sources})
 
 include_directories(${YAML_CPP_SOURCE_DIR}/test)
+link_directories(${YAML_CPP_SOURCE_DIR})
 
 add_executable(run-tests
 	${test_sources}
