Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1836)

Unified Diff: extern/CMakeLists.txt

Issue 5285047: Camera tracking integration Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Updated to tomato rev41255 Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extern/CMakeLists.txt
===================================================================
--- extern/CMakeLists.txt (revision 41254)
+++ extern/CMakeLists.txt (working copy)
@@ -61,3 +61,7 @@
if(WITH_LZMA)
add_subdirectory(lzma)
endif()
+
+if(WITH_LIBMV)
+ add_subdirectory(libmv)
+endif()

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b