common: Add the fixed15_49 module.
[gps-watch.git] / SConscript.libcommon.rs
index afbf4630a2c2657b839e044f3013bce2fb0abfc3..519c05c05366d1a3b8be12bfb610dd43398a6d25 100644 (file)
@@ -28,6 +28,7 @@ source_files = [
     'src/common/yencode.rs',
     'src/common/varint.rs',
     'src/common/logger.rs',
+    'src/common/fixed15_49.rs',
 ]
 
 libcommon_rlib = env.Rustc('libcommon.rlib', source_files[0])