libmv-capi-sys 0.1.2

Unsafe FFI bindings for libmv, Blender's motion-tracking library
Documentation
1
2
3
4
5
ADD_LIBRARY(libmv_test_main testing_main.cc)
TARGET_LINK_LIBRARIES(libmv_test_main gtest gflags glog ${CERES_LIBRARIES})

# make the name of debug libraries end in _d.
SET_TARGET_PROPERTIES(libmv_test_main PROPERTIES DEBUG_POSTFIX "_d")