1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/vendor/DPP/dpp.pc.in
Sandu Liviu Catalin cbd8f8b028 Add D++ library.
2023-03-23 20:20:44 +02:00

12 lines
280 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: libdpp
Description: An incredibly lightweight C++ Discord library
Version: @PROJECT_VERSION@
URL: https://dpp.brainbox.cc/
Libs: -L${libdir} -ldpp
Cflags: -I${includedir}