aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-04-25 14:27:07 +0200
committerWojtek Kosior <kwojtus@protonmail.com>2019-04-25 14:27:07 +0200
commit3145eb5b2ed843cdd0c707486346bcf9fe8c4007 (patch)
tree0960428287c8679d2bdcba236b8a53a25cee3318 /CMakeLists.txt
parent5b4f6ba34919f74e0793b1e0e2f611844b52df57 (diff)
downloadfortran-assignment1-3145eb5b2ed843cdd0c707486346bcf9fe8c4007.tar.gz
fortran-assignment1-3145eb5b2ed843cdd0c707486346bcf9fe8c4007.zip
add additional improved implementation
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cd3dc18..18d3378 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -69,6 +69,7 @@ set(mull_SRC
${SRC}/naivemath.F90
${SRC}/bettermath.F90
${SRC}/dotmath.F90
+ ${SRC}/bettermath2.F90
${SRC}/main.F90
)