* Updated file format documentation * Added name field to ReAntTweakBar * Updated external AntTweakBar to version 1.16 * Updated external tinyxml2 to latest version
11 lines
273 B
Plaintext
Executable File
11 lines
273 B
Plaintext
Executable File
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@CMAKE_INSTALL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: TinyXML2
|
|
Description: simple, small, C++ XML parser
|
|
Version: @GENERIC_LIB_VERSION@
|
|
Libs: -L${libdir} -ltinyxml2
|
|
Cflags: -I${includedir}
|