alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.89k stars 806 forks source link

[Cmake] split sfm library #1717

Closed servantftechnicolor closed 1 month ago

servantftechnicolor commented 1 month ago

When compiling in debug under windows, alicevision_sfm generate more symbols than msvc can handle.

This PR split alicevision_sfm in two :

Alicevision_sfm directly depends on alicevision_sfm_bundle so the rest of the world does not need to know that change.