summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-03-19 16:50:47 +0100
committerGravatar Nikias Bassen2013-03-19 16:50:47 +0100
commit553c3849207a29abd1cb58f82d5994e5cd9d1f2d (patch)
treeded1d25c25f4afe5c0b8aad7a8b16f64f8cee0f1 /src/CMakeLists.txt
parent057fa38c02913703634da5c40753e1dafd626774 (diff)
downloadlibplist-553c3849207a29abd1cb58f82d5994e5cd9d1f2d.tar.gz
libplist-553c3849207a29abd1cb58f82d5994e5cd9d1f2d.tar.bz2
C++: added support for PLIST_UID nodes (class Uid)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ad7362b..c4f5483 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -20,6 +20,7 @@ SET(libplist++_SRC
Date.cpp
Data.cpp
Key.cpp
+ Uid.cpp
Structure.cpp
Array.cpp
Dictionary.cpp