Implementation of TCH/F decoder supporting GSM-FR and GSM-EFR. Issue #50
diff --git a/include/grgsm/decoding/CMakeLists.txt b/include/grgsm/decoding/CMakeLists.txt
index 3fa27ac..64bbb16 100644
--- a/include/grgsm/decoding/CMakeLists.txt
+++ b/include/grgsm/decoding/CMakeLists.txt
@@ -21,5 +21,6 @@
 # Install public header files
 ########################################################################
 install(FILES
-    control_channels_decoder.h DESTINATION include/grgsm/decoding
+    control_channels_decoder.h 
+    tch_f_decoder.h DESTINATION include/grgsm/decoding
 )