diff options
author | Piotr Krysik <ptrkrysik@users.noreply.github.com> | 2016-12-29 13:12:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-29 13:12:16 +0100 |
commit | 01f9c1975e5999a51980e502bfd2c9e90bc33c68 (patch) | |
tree | 8eb49e9aeff688f53ecfd93225ce8cc0acfff5ed /lib/CMakeLists.txt | |
parent | f7653ecb8b5457b83f10e7b8a69a086b8df5304a (diff) | |
parent | e5ddab3e1d81059f8ace8fddcd4482e089ce56ef (diff) |
Merge pull request #241 from romankh/cmc-extractor
Merging CMC extraction block written by @romankh
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r-- | lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 660bbfd..a0913d9 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -62,6 +62,7 @@ list(APPEND grgsm_sources misc_utils/bursts_printer_impl.cc misc_utils/extract_system_info_impl.cc misc_utils/extract_immediate_assignment_impl.cc + misc_utils/extract_cmc_impl.cc qa_utils/burst_sink_impl.cc qa_utils/burst_source_impl.cc qa_utils/message_source_impl.cc |