##// END OF EJS Templates
Sets option for Meson
Alexandre Leroux -
r1117:83e91a74db85
parent child
Show More
@@ -22,6 +22,13 elif host_machine.system()=='windows'
22 meson.add_install_script('build_cfg/windows/install_script.sh')
22 meson.add_install_script('build_cfg/windows/install_script.sh')
23 endif
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 subdir('core')
32 subdir('core')
26 subdir('gui')
33 subdir('gui')
27 subdir('app')
34 subdir('app')
General Comments 0
You need to be logged in to leave comments. Login now