Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/wavefront_obj/CMakeLists.txt
| Context not available. | |||||
| . | . | ||||
| ./exporter | ./exporter | ||||
| ./importer | ./importer | ||||
| ../common | |||||
| ../../blenkernel | ../../blenkernel | ||||
| ../../blenlib | ../../blenlib | ||||
| ../../bmesh | ../../bmesh | ||||
| Context not available. | |||||
| ../../makesrna | ../../makesrna | ||||
| ../../nodes | ../../nodes | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../extern/fast_float | |||||
| ../../../../extern/fmtlib/include | ../../../../extern/fmtlib/include | ||||
| ../../../../intern/guardedalloc | ../../../../intern/guardedalloc | ||||
| ) | ) | ||||
| Context not available. | |||||
| importer/obj_import_mesh.cc | importer/obj_import_mesh.cc | ||||
| importer/obj_import_mtl.cc | importer/obj_import_mtl.cc | ||||
| importer/obj_import_nurbs.cc | importer/obj_import_nurbs.cc | ||||
| importer/obj_import_string_utils.cc | |||||
| importer/obj_importer.cc | importer/obj_importer.cc | ||||
| IO_wavefront_obj.h | IO_wavefront_obj.h | ||||
| Context not available. | |||||
| importer/obj_import_mtl.hh | importer/obj_import_mtl.hh | ||||
| importer/obj_import_nurbs.hh | importer/obj_import_nurbs.hh | ||||
| importer/obj_import_objects.hh | importer/obj_import_objects.hh | ||||
| importer/obj_import_string_utils.hh | |||||
| importer/obj_importer.hh | importer/obj_importer.hh | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | bf_blenkernel | ||||
| bf_io_common | |||||
| ) | ) | ||||
| if(WITH_TBB) | if(WITH_TBB) | ||||
| Context not available. | |||||
| if(WITH_GTESTS) | if(WITH_GTESTS) | ||||
| set(TEST_SRC | set(TEST_SRC | ||||
| tests/obj_exporter_tests.cc | tests/obj_exporter_tests.cc | ||||
| tests/obj_import_string_utils_tests.cc | |||||
| tests/obj_importer_tests.cc | tests/obj_importer_tests.cc | ||||
| tests/obj_mtl_parser_tests.cc | tests/obj_mtl_parser_tests.cc | ||||
| Context not available. | |||||