diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-06-04 09:05:17 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-06-19 13:11:10 -0700 |
commit | bff80cf4625c4a97182e8333633403d06725a613 (patch) | |
tree | 0154f660c6e7db88ff79ad434f5a1df5bf6e076f /core/CMakeLists.txt | |
parent | 7f4d9db962e73aa5d5089c43c99b78b3690ffb87 (diff) | |
download | subsurface-bff80cf4625c4a97182e8333633403d06725a613.tar.gz |
Cleanup: move unit-related functions to own translation unit
Create a units.c translation unit.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 6a0a1ad40..5121222cc 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -156,6 +156,7 @@ set(SUBSURFACE_CORE_LIB_SRCS uemis.c uemis.h units.h + units.c version.c version.h videoframeextractor.cpp |