mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
v0.2.0
This commit is contained in:
parent
122aa8028d
commit
5a3d4b53e6
5 changed files with 105 additions and 70 deletions
|
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.6)
|
||||
|
||||
project(magic_enum VERSION "0.1.1" LANGUAGES CXX)
|
||||
project(magic_enum VERSION "0.2.0" LANGUAGES CXX)
|
||||
|
||||
option(MAGIC_ENUM_OPT_BUILD_EXAMPLES "Build magic_enum examples" ON)
|
||||
option(MAGIC_ENUM_OPT_BUILD_TESTS "Build and perform magic_enum tests" ON)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue