mirror of
https://github.com/buserror/mii_emu.git
synced 2024-11-22 16:33:01 +00:00
14 lines
278 B
PkgConfig
14 lines
278 B
PkgConfig
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
mish.pc:
|
||
|
prefix=PREFIX
|
||
|
exec_prefix=${prefix}
|
||
|
includedir=${prefix}/include
|
||
|
libdir=${exec_prefix}/lib
|
||
|
|
||
|
Name: libmish
|
||
|
Description: Adds command prompt for your program(s)
|
||
|
Version: VERSION
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -lmish -lrt
|