We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a4afc commit 1d170d9Copy full SHA for 1d170d9
1 file changed
libllhttp.pc.in
@@ -0,0 +1,10 @@
1
+prefix=@CMAKE_INSTALL_PREFIX@
2
+exec_prefix=@CMAKE_INSTALL_PREFIX@
3
+libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
4
+includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@
5
+
6
+Name: libllhttp
7
+Description: Node.js llhttp Library
8
+Version: @PROJECT_VERSION@
9
+Libs: -L${libdir} -lllhttp
10
+Cflags: -I${includedir}
0 commit comments