mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-07 01:57:38 +00:00
Minimize field duplication by moving Cache thing into PresetBundle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user