mkxp-z/subprojects/packagefiles/boost_describe/meson.build
刘皓 042d6f3e9d
Use Meson to configure Boost subprojects instead of CMake
Boost's CMake files try to access the Internet for absolutely no reason.
2025-05-14 16:55:35 -04:00

7 lines
222 B
Meson

project('boost_describe', 'cpp', meson_version: '>=1.3.0')
boost_describe = declare_dependency(
include_directories: 'include',
dependencies: [
subproject('boost_mp11').get_variable('boost_mp11'),
],
)