Skip to content

Commit 954e312

Browse files
committed
add modelgenotypeerror.* to CMakeList file
1 parent 4422bf0 commit 954e312

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

model/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
add_library(model
22
modelmarkov.cpp modelmarkov.h
33
modelbin.cpp modelbin.h
4-
modelgenotype.cpp modelgenotype.h
54
modeldna.cpp modeldna.h
65
modeldnaerror.cpp modeldnaerror.h
6+
modelgenotype.cpp modelgenotype.h
7+
modelgenotypeerror.cpp modelgenotypeerror.h
78
modelfactory.cpp modelfactory.h
89
modelprotein.cpp modelprotein.h
910
modelset.cpp modelset.h

0 commit comments

Comments
 (0)