aboutsummaryrefslogtreecommitdiffstats
path: root/include/grgsm/CMakeLists.txt
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-07-15 13:12:46 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-07-15 13:12:46 +0200
commit74c4f2c14cc116f2dbfc5b9ddff865c7e5021e74 (patch)
tree92ad43005ec19f7798e77cd94ff9d3af3eb2560e /include/grgsm/CMakeLists.txt
parent24db07572f885bc64af144bd9142a7222f9513a9 (diff)
New blocks (msg to tag and controlled resampler) related stuff
Diffstat (limited to 'include/grgsm/CMakeLists.txt')
-rw-r--r--include/grgsm/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grgsm/CMakeLists.txt b/include/grgsm/CMakeLists.txt
index 50788ae..210320a 100644
--- a/include/grgsm/CMakeLists.txt
+++ b/include/grgsm/CMakeLists.txt
@@ -24,7 +24,8 @@ install(FILES
plotting.hpp
api.h
gsmtap.h
- msg_to_tag.h DESTINATION include/grgsm
+ msg_to_tag.h
+ controlled_fractional_resampler_cc.h DESTINATION include/grgsm
)
add_subdirectory(decoding)