blob: 971b8b57f944a208771aa33fea8514bfc4412874 [file] [log] [blame]
Jonathan Beckc99881e2009-03-27 18:43:46 +01001prefix=${CMAKE_INSTALL_PREFIX}
2exec_prefix=${CMAKE_INSTALL_PREFIX}
Martin Szuleckidbfbb782009-04-05 21:10:33 +02003libdir=${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}
Jonathan Beckc99881e2009-03-27 18:43:46 +01004includedir=${CMAKE_INSTALL_PREFIX}/include
Jonathan Beck3fdd24a2008-12-13 12:21:03 +01005
6Name: libplist
7Description: A library to handle Apple Property Lists whereas they are binary or XML
Jonathan Beckc99881e2009-03-27 18:43:46 +01008Version: ${LIBPLIST_VERSION}
Nikias Bassen024e7552011-05-27 14:55:31 +02009Requires.private: libxml-2.0 >= 2.6.30
Martin Szuleckidbfbb782009-04-05 21:10:33 +020010Libs: -L${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} -lplist
Jonathan Beckc99881e2009-03-27 18:43:46 +010011Cflags: -I${CMAKE_INSTALL_PREFIX}/include
Jonathan Beck3fdd24a2008-12-13 12:21:03 +010012