Pass the base url as a build option
So with SoapUI I can pass -Dbase_url=http://localhost:8080
This commit is contained in:
parent
b1376f7379
commit
d6a27f814a
5 changed files with 24 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue