From 21be19d493e37244a6bc6c509b3a3b00529af2aa Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Mon, 18 Oct 2010 07:09:07 +0000 Subject: [PATCH] Forgot to add the new header location to the project (not important for compiling, but it is for the various generators) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 984748d..8635ba9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ set(_INSTALL_DESTINATIONS ARCHIVE DESTINATION lib${LIB_SUFFIX} ) # -file(GLOB public_headers include/[a-z]*.h) +file(GLOB public_headers include/yaml-cpp/[a-z]*.h) file(GLOB private_headers src/[a-z]*.h) file(GLOB sources src/[a-z]*.cpp)