Feature/re enable tests (#10503)

* re-enable tests

* Add comprehensive testing guide for OrcaSlicer in CLAUDE.md

* fix build errors on Win

* fix appimage errors
This commit is contained in:
SoftFever
2025-08-24 20:58:18 +08:00
committed by GitHub
parent 586921fa4d
commit b16a6052cb
26 changed files with 1149 additions and 98 deletions

View File

@@ -581,7 +581,9 @@ target_link_libraries(libslic3r
)
if(NOT WIN32)
target_link_libraries(libslic3r freetype)
# Link freetype for OCCT dependency (CAD operations need font rendering)
target_link_libraries(libslic3r ${FREETYPE_LIBRARIES})
target_link_libraries(libslic3r OpenSSL::Crypto)
if (NOT APPLE)
target_link_libraries(libslic3r fontconfig)
endif()