1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/vendor/DPP/dpp.pc.in

12 lines
280 B
PkgConfig
Raw Normal View History

2023-03-23 19:20:44 +01:00
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}