diff options
| author | 2013-03-19 16:50:47 +0100 | |
|---|---|---|
| committer | 2013-03-19 16:50:47 +0100 | |
| commit | 553c3849207a29abd1cb58f82d5994e5cd9d1f2d (patch) | |
| tree | ded1d25c25f4afe5c0b8aad7a8b16f64f8cee0f1 /src/CMakeLists.txt | |
| parent | 057fa38c02913703634da5c40753e1dafd626774 (diff) | |
| download | libplist-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.txt | 1 |
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 | |||
| 20 | Date.cpp | 20 | Date.cpp |
| 21 | Data.cpp | 21 | Data.cpp |
| 22 | Key.cpp | 22 | Key.cpp |
| 23 | Uid.cpp | ||
| 23 | Structure.cpp | 24 | Structure.cpp |
| 24 | Array.cpp | 25 | Array.cpp |
| 25 | Dictionary.cpp | 26 | Dictionary.cpp |
