Added msg_to_tag block - currently it does nothing
diff --git a/include/grgsm/CMakeLists.txt b/include/grgsm/CMakeLists.txt
index e9f6cc2..50788ae 100644
--- a/include/grgsm/CMakeLists.txt
+++ b/include/grgsm/CMakeLists.txt
@@ -24,7 +24,7 @@
     plotting.hpp
     api.h
     gsmtap.h
-    DESTINATION include/grgsm
+    msg_to_tag.h DESTINATION include/grgsm
 )
 
 add_subdirectory(decoding)