aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/CMakeLists.txt
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-07-18 10:23:24 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-07-18 10:23:24 +0200
commit74c4ca96278537a4d891130f00ea0d0a7a59bdb9 (patch)
tree2436f6336d64729a75a915452bf1640b228d1848 /include/grgsm/CMakeLists.txt
parent58a4c4d4c0f4691ae09f6a2d4e97b8158137ab79 (diff)
Removed blocks related to old frequency correction loop (controlled const source and old clock offset corrector)
Diffstat (limited to 'include/grgsm/CMakeLists.txt')
-rw-r--r--include/grgsm/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/grgsm/CMakeLists.txt b/include/grgsm/CMakeLists.txt
index 210320a..dc9b191 100644
--- a/include/grgsm/CMakeLists.txt
+++ b/include/grgsm/CMakeLists.txt
@@ -23,9 +23,7 @@
install(FILES
plotting.hpp
api.h
- gsmtap.h
- msg_to_tag.h
- controlled_fractional_resampler_cc.h DESTINATION include/grgsm
+ gsmtap.h DESTINATION include/grgsm
)
add_subdirectory(decoding)