mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 14:32:44 +08:00
11 lines
246 B
Plaintext
11 lines
246 B
Plaintext
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.1-dev
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -llvgl
|