diff options
Diffstat (limited to 'commands/CMakeLists.txt')
-rw-r--r-- | commands/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/CMakeLists.txt b/commands/CMakeLists.txt index 76ad42603..dcf7f3892 100644 --- a/commands/CMakeLists.txt +++ b/commands/CMakeLists.txt @@ -14,8 +14,6 @@ set(SUBSURFACE_GENERIC_COMMANDS_SRCS command_edit.h command_edit_trip.cpp command_edit_trip.h - command_private.cpp - command_private.h ) if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "DesktopExecutable") add_library(subsurface_commands_desktop STATIC ${SUBSURFACE_GENERIC_COMMANDS_SRCS}) |