From 62f5a6bfa713ae99035dbbc82d8bda8860181335 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 26 Mar 2021 12:23:21 +1100 Subject: CMake: add headers to source lists, sort file-lists --- source/blender/editors/io/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/io') diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt index d45c7ca9b75..44b5f85050f 100644 --- a/source/blender/editors/io/CMakeLists.txt +++ b/source/blender/editors/io/CMakeLists.txt @@ -40,8 +40,8 @@ set(SRC io_alembic.c io_cache.c io_collada.c - io_gpencil_import.c io_gpencil_export.c + io_gpencil_import.c io_gpencil_utils.c io_ops.c io_usd.c -- cgit v1.2.3