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:
authorHoward Trickey <howard.trickey@gmail.com>2020-07-01 19:42:04 +0300
committerHoward Trickey <howard.trickey@gmail.com>2020-07-01 19:42:04 +0300
commit777690902663f3dc820f183329e404a6388485f4 (patch)
tree7429a08f1e506dcd85501dad9bca0595efb661be /source/blender/blenlib/CMakeLists.txt
parent590ce6817d76b01d1eff0a54bf2f5240596ccefa (diff)
Change boolean blenlib interface to be purely C++.
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 8d5d370df3d..52cdd6ca1af 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -157,7 +157,7 @@ set(SRC
BLI_bitmap.h
BLI_bitmap_draw_2d.h
BLI_blenlib.h
- BLI_boolean.h
+ BLI_boolean.hh
BLI_boxpack_2d.h
BLI_buffer.h
BLI_color.hh