##// END OF EJS Templates
Add basic Meson build support...
Add basic Meson build support This should ease building both FSW and unit tests. Meson has a better support for building both corss and native binaries at the same time.

File last commit:

r407:244510f22990 tip R3.3
r407:244510f22990 tip R3.3
Show More
meson_options.txt
4 lines | 349 B | text/plain | TextLexer
option('SW_VERSION_N1', type : 'string', value : '3', description : 'N1 FSW Version.')
option('SW_VERSION_N2', type : 'string', value : '2', description : 'N2 FSW Version.')
option('SW_VERSION_N3', type : 'string', value : '0', description : 'N3 FSW Version.')
option('SW_VERSION_N4', type : 'string', value : '24', description : 'N4 FSW Version.')