Merge branch 'homology' of mmka.chem.univ.gda.pl:unres into homology
[unres.git] / source / unres / src_MD / CMakeLists.txt
index aeda483..df8ace6 100644 (file)
@@ -79,6 +79,7 @@ set(UNRES_MD_SRC0
        thread.F 
        unres.F
        ssMD.F
+       dfa.F
 )
 
 if(Fortran_COMPILER_NAME STREQUAL "ifort")
@@ -87,6 +88,8 @@ elseif(Fortran_COMPILER_NAME STREQUAL "mpif90")
   set(UNRES_MD_SRC0 ${UNRES_MD_SRC0} prng.f )
 elseif(Fortran_COMPILER_NAME STREQUAL "f95")
   set(UNRES_MD_SRC0 ${UNRES_MD_SRC0} prng.f )
+elseif(Fortran_COMPILER_NAME STREQUAL "gfortran")
+  set(UNRES_MD_SRC0 ${UNRES_MD_SRC0} prng.f )
 else()
   set(UNRES_MD_SRC0 ${UNRES_MD_SRC0} prng_32.F )
 endif (Fortran_COMPILER_NAME STREQUAL "ifort")