CMakeLists: filename fix so everything works on case-sensitive filesystems

This commit is contained in:
Lukas Matena 2019-09-27 11:42:52 +02:00
parent 661c91a821
commit 5123673b3a

View file

@ -100,7 +100,7 @@ add_library(libslic3r STATIC
Geometry.cpp Geometry.cpp
Geometry.hpp Geometry.hpp
Int128.hpp Int128.hpp
KdTreeIndirect.hpp KDTreeIndirect.hpp
Layer.cpp Layer.cpp
Layer.hpp Layer.hpp
LayerRegion.cpp LayerRegion.cpp