aboutsummaryrefslogtreecommitdiffstats
path: root/subsurface-core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2016-03-02 13:49:59 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-02 18:08:18 -0800
commit3f30832471023a60bec54a9eb371342aaba0e94e (patch)
tree4213ddb7979bb4c29798de78696fcf20c47eba67 /subsurface-core/CMakeLists.txt
parent713321665396ff17593f1871771eb1207f631289 (diff)
downloadsubsurface-3f30832471023a60bec54a9eb371342aaba0e94e.tar.gz
gas model: split up gas compressibility into a file of its own
The gas compressibility is such a specialized thing that I really prefer having it separate. This keeps Robert's Redlich-Kwong equation as-is, but let's experiment with other models soon... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/CMakeLists.txt')
-rw-r--r--subsurface-core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-core/CMakeLists.txt b/subsurface-core/CMakeLists.txt
index 703864ad0..d9b1d3421 100644
--- a/subsurface-core/CMakeLists.txt
+++ b/subsurface-core/CMakeLists.txt
@@ -36,6 +36,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
divelist.c
equipment.c
file.c
+ gas-model.c
git-access.c
libdivecomputer.c
liquivision.c