mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00

Introduce project skeleton such as build envrionment and interfaces to build up code further cooperatively. Change-Id: Ie9ac38991f609d33637283134906d7cc3f2ac19e
10 lines
213 B
PkgConfig
10 lines
213 B
PkgConfig
prefix=@PREFIX@
|
|
libdir=@LIBDIR@
|
|
includedir=@INCDIR@
|
|
|
|
Name: Tizen Vector Graphics
|
|
Description: Tizen Vector Graphics Library
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -ltizenvg
|
|
Cflags: -I${includedir}/tizenvg
|