| Jagpal Singh Gill | f69546b | 2025-10-16 09:38:16 -0700 | [diff] [blame] | 1 | modbus_common_lib = static_library( |
| 2 | 'modbus_common_lib', | ||||
| 3 | 'entity_manager_interface.cpp', | ||||
| Jagpal Singh Gill | 7184805 | 2025-10-16 00:28:58 -0700 | [diff] [blame^] | 4 | 'events.cpp', |
| Jagpal Singh Gill | f69546b | 2025-10-16 09:38:16 -0700 | [diff] [blame] | 5 | include_directories: ['.'], |
| 6 | dependencies: [default_deps], | ||||
| 7 | ) | ||||