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>2022-01-06 05:54:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2022-01-06 05:54:55 +0300
commit66a4da87f4ce9345bf8649b5382041380134adcb (patch)
treead0e622af610dafcacad63599127c4dc93341153 /source/blender/io/wavefront_obj
parented68e18c1c45aea07ec17c0b0dcdc109ad7492db (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/io/wavefront_obj')
-rw-r--r--source/blender/io/wavefront_obj/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/io/wavefront_obj/CMakeLists.txt b/source/blender/io/wavefront_obj/CMakeLists.txt
index 190475c5550..296dd70b5a2 100644
--- a/source/blender/io/wavefront_obj/CMakeLists.txt
+++ b/source/blender/io/wavefront_obj/CMakeLists.txt
@@ -37,19 +37,19 @@ set(INC_SYS
set(SRC
IO_wavefront_obj.cc
- exporter/obj_exporter.cc
exporter/obj_export_file_writer.cc
exporter/obj_export_mesh.cc
exporter/obj_export_mtl.cc
exporter/obj_export_nurbs.cc
+ exporter/obj_exporter.cc
IO_wavefront_obj.h
- exporter/obj_exporter.hh
exporter/obj_export_file_writer.hh
exporter/obj_export_io.hh
exporter/obj_export_mesh.hh
exporter/obj_export_mtl.hh
exporter/obj_export_nurbs.hh
+ exporter/obj_exporter.hh
)
set(LIB