You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
project('octacore', ['cpp'], |
|
version: '0.0.1', |
|
default_options: ['buildtype=debugoptimized', 'cpp_std=c++17'], |
|
meson_version: '>=0.46' |
|
) |
|
|
|
bin_path = join_paths(meson.source_root(), 'bin_unix') |
|
|
|
subdir('src')
|
|
|