From 77944cd180a758655e0c7863e19449adeecbf7dc Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 4 Feb 2014 11:56:33 +0100 Subject: cmake: Add --libs output for pkg-config. --- socket_wrapper.pc.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'socket_wrapper.pc.cmake') diff --git a/socket_wrapper.pc.cmake b/socket_wrapper.pc.cmake index e465733..6dc71f7 100644 --- a/socket_wrapper.pc.cmake +++ b/socket_wrapper.pc.cmake @@ -1,3 +1,4 @@ Name: @APPLICATION_NAME@ Description: The socket_wrapper library Version: @APPLICATION_VERSION@ +Libs: @LIB_INSTALL_DIR@/@SOCKET_WRAPPER_LIB@ -- cgit