1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00
lvgl/lvgl.pc.in
Adam Nilsson e3380a8fe8
feat(build): add pkgconfig file (#4744)
Co-authored-by: Adam x Nilsson <adamni@axis.com>
2023-11-06 14:00:07 +01:00

11 lines
242 B
PkgConfig

prefix="@CMAKE_INSTALL_PREFIX@"
includedir="${prefix}/@INC_INSTALL_DIR@"
libdir=${prefix}/lib
Name: lvgl
Description: Light and Versatile Graphics Library
URL: https://lvgl.io/
Version: 9.0.0
Cflags: -I${includedir}
Libs: -L${libdir} -llvgl