discord-bot/libs/DPP-10.0.29/dpp.pc.in

12 lines
280 B
PkgConfig
Raw Normal View History

2024-02-22 16:09:56 -05: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}