diff --git a/CMakeLists.txt b/CMakeLists.txt index 56126785..c6650336 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,8 +82,8 @@ set(advanced-scene-switcher_HEADERS src/headers/macro-action-edit.hpp src/headers/macro-action-audio.hpp src/headers/macro-action-filter.hpp + src/headers/macro-action-macro.hpp src/headers/macro-action-media.hpp - src/headers/macro-action-pause.hpp src/headers/macro-action-recording.hpp src/headers/macro-action-replay-buffer.hpp src/headers/macro-action-run.hpp @@ -148,8 +148,8 @@ set(advanced-scene-switcher_SOURCES src/macro-action-edit.cpp src/macro-action-audio.cpp src/macro-action-filter.cpp + src/macro-action-macro.cpp src/macro-action-media.cpp - src/macro-action-pause.cpp src/macro-action-recording.cpp src/macro-action-replay-buffer.cpp src/macro-action-run.cpp diff --git a/src/headers/macro-action-pause.hpp b/src/headers/macro-action-macro.hpp similarity index 100% rename from src/headers/macro-action-pause.hpp rename to src/headers/macro-action-macro.hpp diff --git a/src/macro-action-pause.cpp b/src/macro-action-macro.cpp similarity index 100% rename from src/macro-action-pause.cpp rename to src/macro-action-macro.cpp