grim/guifications3

bd46fc08a57c
Parents 462fdf322292
Children 74703c6bdad4
install the documentation files and the pkgconfig file
--- a/gflib/CMakeLists.txt Tue May 17 23:31:01 2011 -0500
+++ b/gflib/CMakeLists.txt Sat Aug 06 19:40:24 2011 -0500
@@ -31,3 +31,12 @@
add_subdirectory(po)
add_subdirectory(tests)
+###############################################################################
+# Install Stuff
+###############################################################################
+# documentation
+install(FILES AUTHORS ChangeLog NEWS README DESTINATION share/doc/gflib)
+
+# pkg-config files
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/gflib.pc DESTINATION lib/pkgconfig)
+