memoserv/meson_options.txt
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

2 lines
169 B
Meson

option('nanaroot', type: 'string', description: 'Path to the build directory of Nana')
option('nanaincl', type: 'string', description: 'Path to Nana include directory')