Meson wrap file for beast, remove git submodule
This commit is contained in:
parent
8f2a819ebe
commit
10fc605078
7 changed files with 30 additions and 15 deletions
16
subprojects/packagefiles/beast/meson.build
Normal file
16
subprojects/packagefiles/beast/meson.build
Normal file
|
@ -0,0 +1,16 @@
|
|||
project('beast', 'cpp',
|
||||
version: '1.79.0',
|
||||
meson_version: '>=0.49.2',
|
||||
default_options: ['buildtype=release', 'cpp_std=c++11', 'b_ndebug=if-release'],
|
||||
license: 'BSL-1.0',
|
||||
)
|
||||
|
||||
boost_dep = dependency('boost', version: '>=1.78.0',
|
||||
modules: ['coroutine', 'filesystem', 'system', 'thread'],
|
||||
)
|
||||
|
||||
public_incl = include_directories('include')
|
||||
beast_dep = declare_dependency(
|
||||
include_directories: public_incl,
|
||||
dependencies: [boost_dep],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue