Updated contact's get_changes with the working changes for calendar's function
[opensync/google-calendar-cdf.git] / src / CMakeLists.txt
blob2bb807ca279a9fd3273660340d74bdd33011133e
2 LINK_DIRECTORIES( ${OPENSYNC_LIBRARY_DIRS} ${GLIB2_LIBRARY_DIRS} ${LIBXML2_LIBRARY_DIRS} ${LIBXSLT_LIBRARY_DIRS} ${LIBGCAL_LIBRARY_DIRS} )
3 INCLUDE_DIRECTORIES( ${OPENSYNC_INCLUDE_DIRS} ${GLIB2_INCLUDE_DIRS} ${LIBXML2_INCLUDE_DIRS} ${LIBXSLT_INCLUDE_DIRS} ${LIBGCAL_INCLUDE_DIRS} )
5 OPENSYNC_PLUGIN_ADD( gcalendar gcalendar.c timestamp.c )
6 OPENSYNC_FORMAT_ADD( gdata-format gdata_format.c )
8 TARGET_LINK_LIBRARIES( gcalendar ${OPENSYNC_LIBRARIES} ${GLIB2_LIBRARIES} ${LIBXML2_LIBRARIES} ${LIBXSLT_LIBRARIES} ${LIBGCAL_LIBRARIES})
10 TARGET_LINK_LIBRARIES( gdata-format ${OPENSYNC_LIBRARIES} ${GLIB2_LIBRARIES} )
12 ###### INSTALL ###################
13 OPENSYNC_PLUGIN_INSTALL( gcalendar )
14 #Dont install it, see https://svn.opensync.org/format-plugins/xsltformat
15 #OPENSYNC_FORMAT_INSTALL( gdata-format )
17 # Install config template
18 OPENSYNC_PLUGIN_CONFIG( google-data )
19 OPENSYNC_PLUGIN_CONFIG( gcal2osync.xslt )
20 OPENSYNC_PLUGIN_CONFIG( gcont2osync.xslt )
21 OPENSYNC_PLUGIN_CONFIG( osync2gcal.xslt )
22 OPENSYNC_PLUGIN_CONFIG( osync2gcont.xslt )