diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-11-24 13:26:29 +0100 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2019-12-04 13:00:23 +0100 |
commit | 7787bfbf9e39595d98c459e4af121f3174762c7d (patch) | |
tree | 6791a300e342ad9b87edcb4781f56f9712e411f3 /core/CMakeLists.txt | |
parent | d0b3a06e036cf5523cf03c22ec698742bd01048a (diff) | |
download | subsurface-7787bfbf9e39595d98c459e4af121f3174762c7d.tar.gz |
Selection: move commands/command_private.* to core/selection.*
The file command_private.cpp had functions concerning selections
only. To make these functions accessible from outside the undo
machinery, turn it into a part of the core-library. Currently,
only C++ functions are exported. We might think about also
exporting a C interface.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 0c8f88141..0622a859a 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -139,6 +139,8 @@ set(SUBSURFACE_CORE_LIB_SRCS save-html.h save-profiledata.c save-xml.c + selection.cpp + selection.h sha1.c sha1.h ssrf.h |