mpp-nyanmisaka/pkgconfig/rockchip_vpu.pc.cmake
Randy Li 84947e3998 [pkgconfig]: offer a sample for pkgconfig
The CMake could use this sample to generate the pkgconfig
files for target system.

Change-Id: I24c54533dc8f307b2e3748a2cce493a86cf274bc
Signed-off-by: Randy Li <randy.li@rock-chips.com>
2017-12-14 12:50:37 +08:00

12 lines
300 B
CMake

prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
Name: rockchip_vpu
Description: Rockchip Media Process Platform (Legacy)
Requires.private:
Version: 0.3.0
Libs: -L${libdir} -lrockchip_vpu
Libs.private:
Cflags: -I${includedir}