summaryrefslogtreecommitdiff
path: root/plugins/stack_render_layer
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/stack_render_layer')
-rw-r--r--plugins/stack_render_layer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stack_render_layer/CMakeLists.txt b/plugins/stack_render_layer/CMakeLists.txt
index 5368d1e7..fed7e7e2 100644
--- a/plugins/stack_render_layer/CMakeLists.txt
+++ b/plugins/stack_render_layer/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
project(stack_render_layer)
-file(GLOB SOURCES
+file(GLOB SOURCES CONFIGURE_DEPENDS
*.cpp
*.c
*.h)