diff options
Diffstat (limited to 'sci-chemistry/tm-align/files/CMakeLists.txt')
-rw-r--r-- | sci-chemistry/tm-align/files/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sci-chemistry/tm-align/files/CMakeLists.txt b/sci-chemistry/tm-align/files/CMakeLists.txt new file mode 100644 index 000000000000..506ef136309e --- /dev/null +++ b/sci-chemistry/tm-align/files/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required (VERSION 2.6) +project (TMTools Fortran) +add_executable(TMalign TMalign.f) +add_executable(TMscore TMscore.f) + +install (TARGETS TMalign TMscore DESTINATION bin) |