Skip to content

Commit

Permalink
added missing libllhttp.pc.in
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jul 30, 2022
1 parent 18a4afc commit 1d170d9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions libllhttp.pc.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@

Name: libllhttp
Description: Node.js llhttp Library
Version: @PROJECT_VERSION@
Libs: -L${libdir} -lllhttp
Cflags: -I${includedir}

0 comments on commit 1d170d9

Please sign in to comment.