Updating comments.
[gdataplugin.git] / src / CMakeLists.txt
blobdb2ccfcdb03f2ffcef2f815bc4b2d0778e80d454
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 )
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 OPENSYNC_FORMAT_INSTALL( gdata-format )
16 # Install config template
17 OPENSYNC_PLUGIN_CONFIG( google-data )
18 OPENSYNC_PLUGIN_CONFIG( gcal2osync.xslt )
19 OPENSYNC_PLUGIN_CONFIG( gcont2osync.xslt )
20 OPENSYNC_PLUGIN_CONFIG( osync2gcal.xslt )
21 OPENSYNC_PLUGIN_CONFIG( osync2gcont.xslt )