make mupa file loading eol-style insensitive
[mussa.git] / alg / CMakeLists.txt
index 0a7e8e7773523286368f9ab586c687cb4fb7602f..9963d64542b3f4a549e3a1d6a249e6ef5a3a2d11 100644 (file)
@@ -11,6 +11,7 @@ SET(MOC_HEADERS
 QT4_WRAP_CPP(MOC_SOURCES ${MOC_HEADERS})
 
 SET(SOURCES alphabet.cpp
+            annotations.cpp
             annotation_colors.cpp 
             color.cpp 
             conserved_path.cpp 
@@ -18,12 +19,14 @@ SET(SOURCES alphabet.cpp
             flp_seqcomp.cpp 
             glseqbrowser.cpp 
             glsequence.cpp 
+            io.cpp
             mussa.cpp 
             motif_parser.cpp 
             nway_entropy.cpp
             nway_other.cpp 
             nway_paths.cpp
             parse_options.cpp 
+            seq.cpp
             seq_span.cpp
             sequence.cpp
             sequence_location.cpp )