From 392a8e2907ee1c08813258c1a477bbea060ba06d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 11 Dec 2020 15:00:22 +1100 Subject: Cleanup: sort cmake file lists --- source/blender/editors/space_graph/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_graph/CMakeLists.txt') diff --git a/source/blender/editors/space_graph/CMakeLists.txt b/source/blender/editors/space_graph/CMakeLists.txt index 414e5c87f5a..2a795dd954c 100644 --- a/source/blender/editors/space_graph/CMakeLists.txt +++ b/source/blender/editors/space_graph/CMakeLists.txt @@ -34,8 +34,8 @@ set(SRC graph_draw.c graph_edit.c graph_ops.c - graph_slider_ops.c graph_select.c + graph_slider_ops.c graph_utils.c graph_view.c space_graph.c -- cgit v1.2.3