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:
authorRay Molenkamp <github@lazydodo.com>2021-04-25 03:14:15 +0300
committerRay Molenkamp <github@lazydodo.com>2021-04-25 03:14:15 +0300
commit05dddb71b098027cb36657120b946ff178ae0549 (patch)
tree5a86248e8b425081d39a3c99bee998cd0baa4eed /source/blender/editors/space_info/CMakeLists.txt
parent3a6f481d5a73bd2f35877394f2c4362697572663 (diff)
Revert "Info Editor: move to c++"
This reverts commit 9cce18a5858cb93da626f5f0fd7e09cd66637e05. rB9cce18a5858c broke the build in unforeseen ways, not easily fixable. revert for now, so master will at least build again.
Diffstat (limited to 'source/blender/editors/space_info/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_info/CMakeLists.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/editors/space_info/CMakeLists.txt b/source/blender/editors/space_info/CMakeLists.txt
index 15194082376..b6df07eec4e 100644
--- a/source/blender/editors/space_info/CMakeLists.txt
+++ b/source/blender/editors/space_info/CMakeLists.txt
@@ -34,14 +34,14 @@ set(INC
)
set(SRC
- info_draw.cc
- info_ops.cc
- info_report.cc
- info_stats.cc
- space_info.cc
- textview.cc
+ info_draw.c
+ info_ops.c
+ info_report.c
+ info_stats.c
+ space_info.c
+ textview.c
- info_intern.hh
+ info_intern.h
textview.h
)