feat: improve EnumHelper

- allow multiple enum flags in EnumHelper::Has to check whether given flags contains specified flags.
- update version in CMake script.
This commit is contained in:
2024-11-03 18:06:36 +08:00
parent 7adac00035
commit 831fa130bc
2 changed files with 22 additions and 17 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.23)
project(YYCC
VERSION 1.2.0
VERSION 1.3.0
LANGUAGES CXX
)