mirror of
https://github.com/GerbilSoft/mst06.git
synced 2025-06-18 19:45:32 -04:00

Added an internal copy of TinyXML2 for Windows builds. Based on the rom-properties build. main.cpp: Replace the file extension on the source file with .xml and use that as the destination filename.
11 lines
288 B
PkgConfig
11 lines
288 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: TinyXML2
|
|
Description: simple, small, C++ XML parser
|
|
Version: @GENERIC_LIB_VERSION@
|
|
Libs: -L${libdir} -ltinyxml2
|
|
Cflags: -I${includedir}
|