--- software/SfM/CMakeLists.txt.orig	2018-04-04 02:59:09 UTC
+++ software/SfM/CMakeLists.txt
@@ -10,6 +10,7 @@ target_link_libraries(openMVG_main_SfMIn
     openMVG_features
     openMVG_sfm
     openMVG_exif
+    stlplus
 )
 
 #convert a v0.6 lists.txt file to the new sfm_data.X format
@@ -19,6 +20,7 @@ target_link_libraries(openMVG_main_Conve
     openMVG_system
     openMVG_features
     openMVG_sfm
+    stlplus
 )
 
 # Installation rules
