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>2011-06-24 19:10:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-24 19:10:34 +0400
commit74520bd1ef6ab4264f5e6a24269f7ac3b85b4e23 (patch)
tree427a357fa3bcee7e1d2c785ce4353a55664dbd60 /source/blender/blenlib/CMakeLists.txt
parent05fb0e2d61f49b138e4f1c0abd8465cf77f95eca (diff)
move callbacks file out of intern (only contains 1 function but re-using it for new callback api)
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index c6848346220..8964d02199f 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -89,6 +89,7 @@ set(SRC
BLI_blenlib.h
BLI_boxpack2d.h
BLI_bpath.h
+ BLI_callbacks.h
BLI_cpu.h
BLI_dlrbTree.h
BLI_dynlib.h
@@ -132,7 +133,6 @@ set(SRC
BLI_voxel.h
BLI_winstuff.h
PIL_time.h
- intern/BLI_callbacks.h
intern/dynamiclist.h
)