Algomorph / LevelSetFusion-Python

Level Set Fusion (3D Reconstruction of Dynamic Scenes) Experimental Code
Apache License 2.0
15 stars 1 forks source link

Break up CMakeLists.txt file in the C++ module into per-task files. #75

Closed Algomorph closed 5 years ago

Algomorph commented 5 years ago

Needed to ease adding new things (such as tests & sources and CUDA-related things) to CMake. The current CMakeLists.txt has grown to half a thousand lines.