grim/gplate

Install pkg-config file.

2012-09-29, Michael B. Trausch
1dbd2829c03e
Parents 01a7c542e69e
Children 202ace013f8b
Install pkg-config file.
--- a/CMakeLists.txt Sun Sep 23 02:23:08 2012 -0400
+++ b/CMakeLists.txt Sat Sep 29 03:47:06 2012 -0400
@@ -77,3 +77,5 @@
###############################################################################
configure_file(gplate.pc.in gplate.pc @ONLY)
+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/gplate.pc"
+ DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig")