mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
14 lines
579 B
PkgConfig
14 lines
579 B
PkgConfig
|
# Package Information for pkg-config
|
||
|
|
||
|
prefix=@PJSIP_ROOT_DIR_FOR_PKGCONFIG@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/lib
|
||
|
includedir=${prefix}/pjlib/include;${prefix}/pjlib-util/include;${prefix}/pjmedia/include;${prefix}/pjnath/include;${prefix}/pjsip/include
|
||
|
|
||
|
Name: LunaHook
|
||
|
Description: Visual Novel Text Hook Engine
|
||
|
URL: https://github.com/HIllya51/LunaHook
|
||
|
Version: @PJSIP_VERSION@
|
||
|
Libs: -L${libdir} -llibpjproject-$$(Platform)-$$(PlatformToolset)-$$(Configuration)-@PJSIP_CRT_LINKAGE@.lib
|
||
|
Libs.private: -lWs2_32.lib
|
||
|
Cflags: -I${includedir}
|