Pass the base url as a build option

So with SoapUI I can pass -Dbase_url=http://localhost:8080
This commit is contained in:
King_DuckZ 2020-06-22 19:37:56 +02:00
parent b1376f7379
commit d6a27f814a
5 changed files with 24 additions and 2 deletions

View file

@ -1,5 +1,4 @@
conf = configuration_data()
cpp = meson.get_compiler('cpp')
conf.set('RESTC_CPP_WITH_UNIT_TESTS', get_option('restc_cpp_with_unit_tests') ? 1 : false)