mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00

The XS was left only for the unit / integration tests, and it links libslic3r only. No wxWidgets are allowed to be used from Perl starting from now.
7 lines
122 B
Text
7 lines
122 B
Text
#include "Core"
|
|
#include "LU"
|
|
#include "Cholesky"
|
|
#include "QR"
|
|
#include "SVD"
|
|
#include "Geometry"
|
|
#include "Eigenvalues"
|