yolobs-studio/libobs/libobs.pc.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
285 B
PkgConfig
Raw Permalink Normal View History

2019-09-22 21:19:10 +00:00
prefix=@CMAKE_INSTALL_PREFIX@
2019-07-27 12:47:10 +00:00
exec_prefix=${prefix}
2019-09-22 21:19:10 +00:00
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
2019-07-27 12:47:10 +00:00
Name: libobs
Description: OBS Studio Library
Version: @OBS_VERSION@
Requires: x11
2020-10-01 20:15:25 +00:00
Cflags: -I${includedir} @PPC64_CFLAGS@
2019-07-27 12:47:10 +00:00
Libs: -L${libdir} @PRIVATE_LIBS@