diff options
| author | 2013-03-19 16:50:47 +0100 | |
|---|---|---|
| committer | 2013-03-19 16:50:47 +0100 | |
| commit | 553c3849207a29abd1cb58f82d5994e5cd9d1f2d (patch) | |
| tree | ded1d25c25f4afe5c0b8aad7a8b16f64f8cee0f1 /include/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 'include/CMakeLists.txt')
| -rw-r--r-- | include/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index ca07978..f6d3ea7 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt | |||
| @@ -11,6 +11,7 @@ SET( libplist_HDR | |||
| 11 | ${CMAKE_CURRENT_SOURCE_DIR}/plist/Real.h | 11 | ${CMAKE_CURRENT_SOURCE_DIR}/plist/Real.h |
| 12 | ${CMAKE_CURRENT_SOURCE_DIR}/plist/String.h | 12 | ${CMAKE_CURRENT_SOURCE_DIR}/plist/String.h |
| 13 | ${CMAKE_CURRENT_SOURCE_DIR}/plist/Key.h | 13 | ${CMAKE_CURRENT_SOURCE_DIR}/plist/Key.h |
| 14 | ${CMAKE_CURRENT_SOURCE_DIR}/plist/Uid.h | ||
| 14 | ${CMAKE_CURRENT_SOURCE_DIR}/plist/Structure.h | 15 | ${CMAKE_CURRENT_SOURCE_DIR}/plist/Structure.h |
| 15 | ) | 16 | ) |
| 16 | 17 | ||
