Changeset 2770
- Timestamp:
- 11/09/07 16:07:42 (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
r2742 r2770 34 34 IF ( BUILD_XMLFORMAT ) 35 35 OPENSYNC_FORMAT_ADD( vformat-xmlformat ${xmlformat_SRCS} vformat.c vformat-xmlformat.c ) 36 TARGET_LINK_LIBRARIES( vformat-xmlformat ${OPENSYNC_LIBRAR Y} ${GLIB2_LIBRARIES} )36 TARGET_LINK_LIBRARIES( vformat-xmlformat ${OPENSYNC_LIBRARIES} ${GLIB2_LIBRARIES} ) 37 37 ENDIF ( BUILD_XMLFORMAT ) 38 38
