diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-11-14 21:38:30 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-09 12:41:11 -0700 |
commit | c0095f690fe2a0b56a6c5d52e03a3b3130e9f6b6 (patch) | |
tree | 40b53faf3bfc396edaf9c2fe307ec2adf9e76aad /CMakeLists.txt | |
parent | 5601104ba52e61a09dac822f52090f83e591253e (diff) | |
download | subsurface-c0095f690fe2a0b56a6c5d52e03a3b3130e9f6b6.tar.gz |
mobile/undo: compile undo commands and call undo command for deletion.
First steps towards full undo on mobile.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f032c6c45..cdc17066b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -314,6 +314,7 @@ if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") subsurface_mapwidget subsurface_backend_shared subsurface_models_mobile + subsurface_commands_mobile subsurface_corelib ${SUBSURFACE_LINK_LIBRARIES} ) |