From ea5f2f88b34ef92cfba9619439d8a786e5befcaa Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Thu, 8 Oct 2020 11:42:14 -0300 Subject: Cleanup: Move transform_orientations functions to separate header Improves the organization and identification of the API. --- source/blender/editors/transform/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/transform/CMakeLists.txt') diff --git a/source/blender/editors/transform/CMakeLists.txt b/source/blender/editors/transform/CMakeLists.txt index 59fdf1450b3..5bf8450246b 100644 --- a/source/blender/editors/transform/CMakeLists.txt +++ b/source/blender/editors/transform/CMakeLists.txt @@ -107,6 +107,7 @@ set(SRC transform_data.h transform_draw_cursors.h transform_mode.h + transform_orientations.h transform_snap.h ) -- cgit v1.2.3