Implement support for loading custom plugin binaries

This commit is contained in:
Maciej Wilczyński
2025-12-14 15:27:56 +01:00
parent a4d4bfff27
commit 0df673b0d3
11 changed files with 310 additions and 23 deletions

View File

@@ -5,6 +5,7 @@ add_executable(${_TEST_NAME}_tests
test_3mf.cpp
test_aabbindirect.cpp
test_appconfig.cpp
test_bambu_networking.cpp
test_clipper_offset.cpp
test_clipper_utils.cpp
test_config.cpp
@@ -30,6 +31,7 @@ if (TARGET OpenVDB::openvdb)
endif()
target_link_libraries(${_TEST_NAME}_tests test_common libslic3r Catch2::Catch2WithMain)
target_include_directories(${_TEST_NAME}_tests PRIVATE ${CMAKE_SOURCE_DIR}/src)
set_property(TARGET ${_TEST_NAME}_tests PROPERTY FOLDER "tests")
if (WIN32)