@@ -22,6 +22,13 elif host_machine.system()=='windows' | |||
|
22 | 22 | meson.add_install_script('build_cfg/windows/install_script.sh') |
|
23 | 23 | endif |
|
24 | 24 | |
|
25 | # Sets AMDA server that will be used during execution. | |
|
26 | # Available values are: | |
|
27 | # - "default": default AMDA server | |
|
28 | # - "amdatest": AMDA test server | |
|
29 | # Any other value will lead to the use of the default server | |
|
30 | add_project_arguments('-DSCIQLOP_AMDA_SERVER="default"', language : 'cpp') | |
|
31 | ||
|
25 | 32 | subdir('core') |
|
26 | 33 | subdir('gui') |
|
27 | 34 | subdir('app') |
General Comments 0
You need to be logged in to leave comments.
Login now