meson.build (0b8368cb0aa251032eb18b5c938d009e27f0b152) | meson.build (4f4f4aa553254a9ce128eeb8b2d83464e99e027e) |
---|---|
1# Source files. 2analyzer_src = files( 3 'analyzer_main.cpp', 4 'create_pel.cpp', 5 'hei_user_interface.cpp', 6 'initialize_isolator.cpp', 7 'resolution.cpp', 8) --- 10 unchanged lines hidden (view full) --- 19 'analyzer_lib', 20 analyzer_src, 21 include_directories : incdir, 22 dependencies : analyzer_deps, 23 cpp_args : test_arg, 24 install : false, 25) 26 | 1# Source files. 2analyzer_src = files( 3 'analyzer_main.cpp', 4 'create_pel.cpp', 5 'hei_user_interface.cpp', 6 'initialize_isolator.cpp', 7 'resolution.cpp', 8) --- 10 unchanged lines hidden (view full) --- 19 'analyzer_lib', 20 analyzer_src, 21 include_directories : incdir, 22 dependencies : analyzer_deps, 23 cpp_args : test_arg, 24 install : false, 25) 26 |
27# Install the RAS data files 28subdir('ras-data') 29 |
|