diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2021-01-02 10:25:04 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-01-02 11:04:03 -0800 |
commit | 3b26f6a767595012bfe561f790404719f8580746 (patch) | |
tree | edd5808be01c716b4fd34aa1b13cbc5459c5f1d4 /stats/CMakeLists.txt | |
parent | fdde4c23ea570d3fdc25dd3a66019e4500c5982c (diff) | |
download | subsurface-3b26f6a767595012bfe561f790404719f8580746.tar.gz |
statistics: add a header file defining z-values
z-values determine the order in which objects on the chart are
painted. To reduce chaos, collect all z-values in a header file.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'stats/CMakeLists.txt')
-rw-r--r-- | stats/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stats/CMakeLists.txt b/stats/CMakeLists.txt index 11b091d1b..a03ff0c1a 100644 --- a/stats/CMakeLists.txt +++ b/stats/CMakeLists.txt @@ -11,6 +11,7 @@ set(SUBSURFACE_STATS_SRCS statscolors.cpp statsvariables.h statsvariables.cpp + zvalues.h ) source_group("Subsurface statistics sourcecode" FILES ${SUBSURFACE_STATS_SRCS}) |