mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 14:54:10 +00:00
11 lines
239 B
PkgConfig
11 lines
239 B
PkgConfig
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: VCSM
|
||
|
Description: VideoCore Shared Memory library for RPi
|
||
|
Version: 1
|
||
|
Libs: -L${libdir} -lvcsm -lvcos
|
||
|
Cflags: -I${includedir}
|