mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-30 00:52:07 -05:00
New code path only taken if OBS_CMAKE_VERSION is set to 3.0.0 or greater, old functionality remains unchanged.
14 lines
358 B
PkgConfig
14 lines
358 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libobs
|
|
Description: OBS Studio core compositor library
|
|
Version: @OBS_VERSION_CANONICAL@
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -lobs
|
|
Libs.private: -pthread -lm
|
|
Cflags: -I${includedir} -std=gnu@CMAKE_C_STANDARD@ -fPIC -fvisibility=hidden -fopenmp-simd -Werror
|