mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 03:20:38 +01:00
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>
12 lines
300 B
CMake
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}
|