mirror of
https://github.com/holub/mame
synced 2025-06-02 10:59:52 +03:00

* Updated sol2 to 3.2.2 * Updated pugixml to 1.10 * Increased minimum clang version to 6 * Cleaned up some stuff that can use new features
12 lines
364 B
PkgConfig
12 lines
364 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@@INSTALL_SUFFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@@INSTALL_SUFFIX@
|
|
|
|
Name: pugixml
|
|
Description: Light-weight, simple and fast XML parser for C++ with XPath support.
|
|
URL: https://pugixml.org/
|
|
Version: @pugixml_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lpugixml
|