Get project version from git tag

This commit is contained in:
Carl Philipp Klemm 2025-08-26 09:48:30 +02:00
parent f69011d589
commit 1a92f2b22a
4 changed files with 59 additions and 1 deletions

View file

@ -1,4 +1,5 @@
set(CMAKE_SYSTEM_NAME Windows)
set(CMAKE_SYSTEM_PROCESSOR AMD64)
set(CMAKE_C_COMPILER x86_64-w64-mingw32-gcc)
set(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++)
set(CMAKE_FIND_ROOT_PATH /usr/x86_64-w64-mingw32)