mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-09 23:34:23 +00:00
Add simple meson.build to make this repository as a subproject (#113)
This commit is contained in:
parent
7c6b66fcff
commit
7ba70d48b4
1 changed files with 11 additions and 0 deletions
11
meson.build
Normal file
11
meson.build
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
project(
|
||||
'magic_enum', ['cpp'],
|
||||
default_options: ['cpp_std=c++17'],
|
||||
version: '0.7.3',
|
||||
)
|
||||
|
||||
magic_enum_include = include_directories('include')
|
||||
|
||||
magic_enum_dep = declare_dependency(
|
||||
include_directories: magic_enum_include,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue