mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 01:22:31 +00:00
11 lines
222 B
PkgConfig
11 lines
222 B
PkgConfig
|
prefix=${pcfiledir}
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}
|
||
|
includedir=${prefix}/../../include/
|
||
|
|
||
|
Name: Oboe
|
||
|
Description: Oboe library
|
||
|
Version: 1.0.0
|
||
|
Libs: -L${libdir} -loboe -landroid -llog -lstdc++
|
||
|
Cflags: -I${includedir}
|