Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « third_party « libmv « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 660b39e3d53ae17e66d6f19e10eea9ba0a080e59 (plain)
1
2
3
4
5
6
7
8
if(WITH_LIBMV)
	add_subdirectory(ceres)
endif()

if(WITH_LIBMV OR WITH_GTESTS OR (WITH_CYCLES AND WITH_CYCLES_LOGGING))
	add_subdirectory(gflags)
	add_subdirectory(glog)
endif()