#pkg config file for @PROJECT_NAME@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=@LIBDIR@ includedir=@INCLUDEDIR@ Name: @PROJECT_NAME@ Description: lib to solve the assignment problem using the algorithm by James Munkres Version: 0.1 Requires: Libs: -L${libdir} -l@PROJECT_NAME@ Cflags: -I${includedir}