Changeset 2684
- Timestamp:
- 10/29/07 13:20:04 (1 year ago)
- Files:
-
- format-plugins/vformat/src/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
format-plugins/vformat/src/CMakeLists.txt
r2653 r2684 23 23 TARGET_LINK_LIBRARIES( vformat ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} ) 24 24 25 TARGET_LINK_LIBRARIES( xmlformat-common ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} )26 TARGET_LINK_LIBRARIES( xmlformat-vcalendar ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} )25 TARGET_LINK_LIBRARIES( xmlformat-common ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} vformat ) 26 TARGET_LINK_LIBRARIES( xmlformat-vcalendar ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} vformat xmlformat-common) 27 27 28 TARGET_LINK_LIBRARIES( xmlformat-vcard ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} )29 TARGET_LINK_LIBRARIES( xmlformat-vevent ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} )28 TARGET_LINK_LIBRARIES( xmlformat-vcard ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} xmlformat-common) 29 TARGET_LINK_LIBRARIES( xmlformat-vevent ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} xmlformat-vcalendar ) 30 30 TARGET_LINK_LIBRARIES( xmlformat-vnote ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} ) 31 31 #TARGET_LINK_LIBRARIES( xmlformat-vtodo ${OPENSYNC_LIBRARY} ${GLIB2_LIBRARIES} )
