kasunath | 7ffd30a | 2022-05-10 18:11:34 -0700 | [diff] [blame] | 1 | libbej_lib = static_library( |
| 2 | 'libbej', |
kasunath | 64cb197 | 2022-05-13 12:54:23 -0700 | [diff] [blame] | 3 | 'bej_decoder_core.c', |
kasunath | 7ffd30a | 2022-05-10 18:11:34 -0700 | [diff] [blame] | 4 | 'rde_common.c', |
kasunath | d073aa1 | 2022-05-12 16:08:49 -0700 | [diff] [blame] | 5 | 'bej_dictionary.c', |
kasunath | b81dcec | 2022-05-23 12:23:44 -0700 | [diff] [blame] | 6 | 'bej_decoder_json.cpp', |
kasunath | 7ffd30a | 2022-05-10 18:11:34 -0700 | [diff] [blame] | 7 | include_directories : libbej_incs, |
| 8 | implicit_include_directories: false |
| 9 | ) |
| 10 | |
| 11 | libbej = declare_dependency( |
| 12 | include_directories: libbej_incs, |
| 13 | link_with: libbej_lib |
| 14 | ) |