memoserv/meson.build
King_DuckZ b8e3fd0987 Migrate to meson as the build system.
Nana needs to be present as a dependency on the system now.
You can use meson setup -Dnanaincl=path -Dnanaroot=path ~/memoserv
to specify non-standard include and library locations for nana.
2019-08-09 09:52:18 +01:00

3 lines
95 B
Meson

project('memoserv', 'cpp', default_options:['debug=true', 'cpp_std=c++17'])
subdir('src/gui')