mirror of
https://github.com/holub/mame
synced 2025-04-27 02:33:13 +03:00
12 lines
338 B
PkgConfig
12 lines
338 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@LIBRARY_INSTALL_DIR@
|
|
includedir=${prefix}/@INCLUDE_INSTALL_DIR@
|
|
|
|
Name: jsoncpp
|
|
Description: A C++ library for interacting with JSON
|
|
Version: @JSONCPP_VERSION@
|
|
URL: https://github.com/open-source-parsers/jsoncpp
|
|
Libs: -L${libdir} -ljsoncpp
|
|
Cflags: -I${includedir}
|