cpp_pkgconfig.model_pc.in.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kurento-module-creator Show documentation
Show all versions of kurento-module-creator Show documentation
Tool that generates code for RPC between the Kurento Media Server
and remote libraries.
${module.code.implementation.lib?replace("lib", "")}.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: ${module.code.implementation.lib?replace("lib", "")}
Description: Kurento ${module.name} Module
Version: ${module.version}
URL:<#if module.code.repoAddress??> ${module.code.repoAddress}#if>
Requires:<#list module.imports as import> ${import.module.code.implementation.lib?replace("lib", "")} #list> @requires@
Requires.private:
Libs: -L<#noparse>${libdir}#noparse> -l${module.code.implementation.lib?replace("lib", "")}impl
Libs.private:
<#noparse>
CFlags: -I${includedir}
#noparse>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy