Minimize field duplication by moving Cache thing into PresetBundle

This commit is contained in:
ExPikaPaka
2026-07-06 08:37:32 +02:00
committed by SoftFever
parent 1f35b28a50
commit cae9c6dfa6
6 changed files with 296 additions and 372 deletions

View File

@@ -28,10 +28,6 @@ if (ORCA_TOOLS)
target_link_libraries(generate_system_cache libslic3r boost_headeronly)
target_compile_definitions(generate_system_cache PRIVATE ${_DEV_DEFS})
# inspect_system_cache: dumps contents of a .cache file for debugging.
add_executable(inspect_system_cache inspect_system_cache.cpp)
target_link_libraries(inspect_system_cache libslic3r boost_headeronly)
target_compile_definitions(inspect_system_cache PRIVATE ${_DEV_DEFS})
endif()
# Function that adds source file encoding check to a target