Importing the SLA computing module into the native source tree.

This commit is contained in:
tamasmeszaros 2018-11-02 11:57:57 +01:00
parent 93ef2de667
commit 48bc166d6d
20 changed files with 3274 additions and 1 deletions

View file

@ -153,6 +153,16 @@ add_library(libslic3r STATIC
SLABasePool.cpp
utils.cpp
Utils.hpp
SLA/SLABoilerPlate.hpp
SLA/SLABasePool.hpp
SLA/SLABasePool.cpp
SLA/SLASupportTree.hpp
SLA/SLASupportTree.cpp
SLA/SLASupportTreeIGL.cpp
SLA/SLARotfinder.hpp
SLA/SLARotfinder.cpp
SLA/SLABoostAdapter.hpp
SLA/SLASpatIndex.hpp
)
add_precompiled_header(libslic3r pchheader.hpp FORCEINCLUDE)