mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
12 lines
304 B
PkgConfig
12 lines
304 B
PkgConfig
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}
|