From 6c9ddec118d39fa867e833a913eee622fcc2513b Mon Sep 17 00:00:00 2001 From: Adam Liwo Date: Sun, 17 Feb 2013 23:41:27 -0500 Subject: [PATCH] Added refsysy to Cmakelists --- source/unres/src_CSA/CMakeLists.txt | 1 + source/unres/src_CSA_DiL/CMakeLists.txt | 1 + source/unres/src_MIN/CMakeLists.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/source/unres/src_CSA/CMakeLists.txt b/source/unres/src_CSA/CMakeLists.txt index c48ae1e..89cb6a1 100644 --- a/source/unres/src_CSA/CMakeLists.txt +++ b/source/unres/src_CSA/CMakeLists.txt @@ -52,6 +52,7 @@ set(UNRES_CSA_SRC0 ran.f readpdb.F readrtns_csa.F + refsys.f rescode.f rmdd.f rmsd.F diff --git a/source/unres/src_CSA_DiL/CMakeLists.txt b/source/unres/src_CSA_DiL/CMakeLists.txt index 66451c1..04fb4bb 100644 --- a/source/unres/src_CSA_DiL/CMakeLists.txt +++ b/source/unres/src_CSA_DiL/CMakeLists.txt @@ -52,6 +52,7 @@ set(UNRES_CSA_DiL_SRC0 ran.f readpdb.F readrtns_csa.F + refsys.f rescode.f rmdd.f rmsd.F diff --git a/source/unres/src_MIN/CMakeLists.txt b/source/unres/src_MIN/CMakeLists.txt index 37a2683..6731173 100644 --- a/source/unres/src_MIN/CMakeLists.txt +++ b/source/unres/src_MIN/CMakeLists.txt @@ -34,6 +34,7 @@ set(UNRES_MIN_SRC0 randgens.f readrtns_min.F rescode.f + refsys.f rmdd.f sc_move.F sumsld.f -- 1.7.9.5