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:
authorCampbell Barton <ideasman42@gmail.com>2020-04-03 04:05:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-03 04:32:04 +0300
commitc154f265dea9deaf5ad5f41b1c027b0dee2334a5 (patch)
treef77bc83679ee0c036e08b1aff01e1952ef64b65e /source/blender/editors/curve/CMakeLists.txt
parent6f4dbb661f104d7bc487765c618b023b3862e33d (diff)
Cleanup: move curve picking functions into 'editcurve_query.c'
Diffstat (limited to 'source/blender/editors/curve/CMakeLists.txt')
-rw-r--r--source/blender/editors/curve/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/curve/CMakeLists.txt b/source/blender/editors/curve/CMakeLists.txt
index 8c9309055c8..ff80c47baa8 100644
--- a/source/blender/editors/curve/CMakeLists.txt
+++ b/source/blender/editors/curve/CMakeLists.txt
@@ -40,6 +40,7 @@ set(SRC
editcurve.c
editcurve_add.c
editcurve_paint.c
+ editcurve_query.c
editcurve_select.c
editcurve_undo.c
editfont.c