lottie/example: Added image_test.json(resource with image resource )
[platform/core/uifw/lottie-player.git] / lottie-player.pc.in
1 prefix=@PREFIX@
2 exec_prefix=@EXEC_DIR@
3 apiversion=@player_version@
4 libdir=@LIBDIR@
5 includedir=@INCDIR@
6
7 Name: lottie-player
8 Description: A lottie-player library
9 Version: @player_version@
10 Requires:
11 Libs: -L${libdir} -llottie-player
12 Cflags: -I${includedir} -std=c++14