root/trunk/libsyncml-1.0.pc.cmake.in

Revision 276, 302 bytes (checked in by bricks, 1 year ago)

Added cmake files to libsyncml

Line 
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=@LIBSYNCML_EXEC_INSTALL_DIR@
3 libdir=@LIBSYNCML_LIBRARIES_DIR@
4 includedir=@LIBSYNCML_INCLUDE_DIR@
5 datadir=@LIBSYNCML_DATA_DIR@
6
7 Name: libsyncml
8 Description: SyncML protocol library
9 Version: @LIBSYNCML_VERSION@
10 Libs: -L${libdir} -lsyncml
11 Cflags: -I${includedir}
Note: See TracBrowser for help on using the browser.