mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
12 lines
280 B
PkgConfig
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}
|