Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/wavefront_obj/CMakeLists.txt
| Show First 20 Lines • Show All 65 Lines • ▼ Show 20 Lines | |||||
| blender_add_lib(bf_wavefront_obj "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_wavefront_obj "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||
| if(WITH_GTESTS) | if(WITH_GTESTS) | ||||
| set(TEST_SRC | set(TEST_SRC | ||||
| tests/obj_exporter_tests.cc | tests/obj_exporter_tests.cc | ||||
| tests/obj_importer_tests.cc | tests/obj_importer_tests.cc | ||||
| tests/obj_mtl_parser_tests.cc | tests/obj_mtl_parser_tests.cc | ||||
| tests/obj_exporter_tests.hh | tests/obj_exporter_tests.hh | ||||
| ) | ) | ||||
| set(TEST_INC | set(TEST_INC | ||||
| ${INC} | ${INC} | ||||
| ../../blenloader | ../../blenloader | ||||
| ../../../../tests/gtests | ../../../../tests/gtests | ||||
| Show All 13 Lines | |||||