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>2013-09-04 01:22:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-04 01:22:43 +0400
commit0994e7f96fd7b98ba3967ca44b93b93fa1c31920 (patch)
treee940d2effa5ddca225252f1082d44e498ff5ebe2 /source/blender/blenlib/CMakeLists.txt
parenta54dd1155f4e476dda77e4d6bad5c100854b96bc (diff)
move timeit macros into their own include, since they are only used for testing and unrelated to PIL_time.h typical use.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 70665521ca8..9ca56d60593 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -162,6 +162,7 @@ set(SRC
BLI_voxel.h
BLI_winstuff.h
PIL_time.h
+ PIL_time_utildefines.h
)
if(WITH_BINRELOC)