fix(cmake): generate versioned shared libraries (#5865)

Signed-off-by: Marek Vasut <marex@denx.de>
Co-authored-by: Marek Vasut <marex@denx.de>
This commit is contained in:
Marex
2024-04-20 20:33:09 +02:00
committed by GitHub
parent ffb3e3788c
commit 2c469279f5
5 changed files with 47 additions and 6 deletions

5
lvgl.h
View File

@@ -13,10 +13,7 @@ extern "C" {
/***************************
* CURRENT VERSION OF LVGL
***************************/
#define LVGL_VERSION_MAJOR 9
#define LVGL_VERSION_MINOR 1
#define LVGL_VERSION_PATCH 1
#define LVGL_VERSION_INFO "dev"
#include "lv_version.h"
/*********************
* INCLUDES