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 <campbell@blender.org>2022-05-05 10:33:10 +0300
committerCampbell Barton <campbell@blender.org>2022-05-05 10:33:43 +0300
commit8b54e05e33cc00c072d50e2e4a9d53a786cc712d (patch)
tree9cf1310201924a59774b662a03305eb2e8c9223d /source/blender/io
parenteb837ba17eb5bc53de98972ab1f0b9aa30658e19 (diff)
Cleanup: sort cmake file lists
Diffstat (limited to 'source/blender/io')
-rw-r--r--source/blender/io/wavefront_obj/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/io/wavefront_obj/CMakeLists.txt b/source/blender/io/wavefront_obj/CMakeLists.txt
index 67cec000778..e0fe7ed4992 100644
--- a/source/blender/io/wavefront_obj/CMakeLists.txt
+++ b/source/blender/io/wavefront_obj/CMakeLists.txt
@@ -71,6 +71,7 @@ if(WITH_GTESTS)
tests/obj_exporter_tests.cc
tests/obj_importer_tests.cc
tests/obj_mtl_parser_tests.cc
+
tests/obj_exporter_tests.hh
)