mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-16 01:12:18 +03:00
Feb 15th 2023 update
This commit is contained in:
11
external/graphqlparser/libgraphqlparser.pc.in
vendored
Normal file
11
external/graphqlparser/libgraphqlparser.pc.in
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include/graphqlparser
|
||||
|
||||
Name: @CMAKE_PROJECT_NAME@
|
||||
Description: facebook graphql parsing library
|
||||
Version: @LIBGRAPHQLPARSER_VERSION@
|
||||
Libs: -L${libdir} -lgraphqlparser
|
||||
Libs.private:
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user