diff options
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8a79c22..4c0f843 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt | |||
| @@ -9,6 +9,8 @@ SET(libplist_SRC | |||
| 9 | 9 | ||
| 10 | ADD_LIBRARY( plist SHARED ${libplist_SRC} ) | 10 | ADD_LIBRARY( plist SHARED ${libplist_SRC} ) |
| 11 | TARGET_LINK_LIBRARIES( plist ${LIBXML2_LIBRARIES} ${GLIB2_LIBRARIES} ) | 11 | TARGET_LINK_LIBRARIES( plist ${LIBXML2_LIBRARIES} ${GLIB2_LIBRARIES} ) |
| 12 | SET_TARGET_PROPERTIES( plist PROPERTIES VERSION ${LIBPLIST_LIBVERSION} ) | ||
| 13 | SET_TARGET_PROPERTIES( plist PROPERTIES SOVERSION ${LIBPLIST_SOVERSION} ) | ||
| 12 | 14 | ||
| 13 | INSTALL(TARGETS plist | 15 | INSTALL(TARGETS plist |
| 14 | RUNTIME DESTINATION bin COMPONENT lib | 16 | RUNTIME DESTINATION bin COMPONENT lib |
