From: <dg...@su...> - 2009-01-10 21:22:15
|
Author: dgollub Date: Sat Jan 10 22:21:38 2009 New Revision: 5071 URL: http://www.opensync.org/changeset/5071 Log: Add xmlformat-doc to xmlformat-plugin build environment. Modified: format-plugins/xmlformat/trunk/src/CMakeLists.txt Modified: format-plugins/xmlformat/trunk/src/CMakeLists.txt ============================================================================== --- format-plugins/xmlformat/trunk/src/CMakeLists.txt Sat Jan 10 22:19:59 2009 (r5070) +++ format-plugins/xmlformat/trunk/src/CMakeLists.txt Sat Jan 10 22:21:38 2009 (r5071) @@ -2,8 +2,10 @@ INCLUDE_DIRECTORIES( ${CMAKE_BINARY_DIR} ${OPENSYNC_INCLUDE_DIRS} ${GLIB2_INCLUDE_DIRS} ) OPENSYNC_FORMAT_ADD( xmlformat xmlformat.c xmlformat_compare.c xmlformat_merge.c ) +OPENSYNC_FORMAT_ADD( xmlformat-doc xmlformat-doc.c ) TARGET_LINK_LIBRARIES( xmlformat ${OPENSYNC_LIBRARIES} ${GLIB2_LIBRARIES} ) +TARGET_LINK_LIBRARIES( xmlformat ${OPENSYNC_LIBRARIES} ${GLIB2_LIBRARIES} ) # Required for UNITTESTING only ADD_LIBRARY( xmlformat-static STATIC xmlformat_compare.c xmlformat.c xmlformat_merge.c ) @@ -11,4 +13,5 @@ ###### INSTALL ################### OPENSYNC_FORMAT_INSTALL( xmlformat ) +OPENSYNC_FORMAT_INSTALL( xmlformat-doc ) |