Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGermano Cavalcante <germano.costa@ig.com.br>2020-06-08 00:36:01 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2020-06-08 14:23:37 +0300
commit335c1e48ee5b3008fbae48b7de4d0f2b6b2f30b9 (patch)
treeb66bf96d4614aa78cffb7c712ff03d3df16cdd77 /source/blender/editors/transform/CMakeLists.txt
parent4f4141c8f45e20834fb32fb3e5f33105269cb092 (diff)
Cleanup: Create a header for TransData declarations
Diffstat (limited to 'source/blender/editors/transform/CMakeLists.txt')
-rw-r--r--source/blender/editors/transform/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/transform/CMakeLists.txt b/source/blender/editors/transform/CMakeLists.txt
index f261fc2ac66..b284ba0af2d 100644
--- a/source/blender/editors/transform/CMakeLists.txt
+++ b/source/blender/editors/transform/CMakeLists.txt
@@ -106,6 +106,7 @@ set(SRC
transform.h
transform_constraints.h
transform_convert.h
+ transform_data.h
transform_draw_cursors.h
transform_mode.h
transform_snap.h