diff options
author | 2012-11-13 03:22:51 +0100 | |
---|---|---|
committer | 2012-11-13 03:22:51 +0100 | |
commit | 46a5feb381512cebf5a05286730edd047b989e73 (patch) | |
tree | 9863c49e447b0d4411b0058348f53b465fcd4d78 /src/CMakeLists.txt | |
parent | 58151b6cd801435d79145907cf6ef779d21573d3 (diff) | |
download | libplist-46a5feb381512cebf5a05286730edd047b989e73.tar.gz libplist-46a5feb381512cebf5a05286730edd047b989e73.tar.bz2 |
C++ bindings: added support for PLIST_KEY nodes.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0de4c8c..ad7362b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -19,6 +19,7 @@ SET(libplist++_SRC String.cpp Date.cpp Data.cpp + Key.cpp Structure.cpp Array.cpp Dictionary.cpp |