Retrieving core name and version from CMakeLists.txt and use it in GenericCore::toString().

This commit is contained in:
2025-10-03 11:15:06 +02:00
parent b631f4200e
commit 7ec346b5a5
3 changed files with 11 additions and 1 deletions

2
CoreConfig.h.in Normal file
View File

@ -0,0 +1,2 @@
#define CORE_NAME "${PROJECT_NAME}"
#define CORE_VERSION "${PROJECT_VERSION}"