summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-03-19 16:40:52 +0100
committerGravatar Nikias Bassen2013-03-19 16:40:52 +0100
commit14a92d9f63a621a92f1c48c87cea324fbfad7c62 (patch)
tree5578fe9bac4455b249359b44d9be925cde6e4532
parent40ddddc1868b1efd50a8f406c46fb348519c1e60 (diff)
downloadlibplist-14a92d9f63a621a92f1c48c87cea324fbfad7c62.tar.gz
libplist-14a92d9f63a621a92f1c48c87cea324fbfad7c62.tar.bz2
C++: add Key.h to public headers
-rw-r--r--include/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index ea77d45..ca07978 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -10,6 +10,7 @@ SET( libplist_HDR
${CMAKE_CURRENT_SOURCE_DIR}/plist/Node.h
${CMAKE_CURRENT_SOURCE_DIR}/plist/Real.h
${CMAKE_CURRENT_SOURCE_DIR}/plist/String.h
+ ${CMAKE_CURRENT_SOURCE_DIR}/plist/Key.h
${CMAKE_CURRENT_SOURCE_DIR}/plist/Structure.h
)