Former-commit-id: 8c102027c1
pull/1161/head
edgarriba 2015-11-17 12:38:56 +00:00
rodzic 522f105fcb
commit 5b36bfed64
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,8 @@
import os
# Define third party libs location
scripts_path = os.path.abspath(os.path.dirname(__file__))
superbuild_path = os.path.join(scripts_path[:-7], 'SuperBuild/')
pyopencv_path = os.path.join(superbuild_path, 'lib/python2.7/dist-packages')
opensfm_path = os.path.join(superbuild_path, "src/opensfm")