Scope compiler defines and remove forced 7zip NDEBUG

This commit is contained in:
luisangelsm
2026-03-30 18:24:58 +02:00
parent e2ddb7eaaf
commit 042e429996
14 changed files with 61 additions and 16 deletions

View File

@ -5,5 +5,6 @@ add_library(image_processing STATIC
)
target_include_directories(image_processing PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
yacreader_apply_build_options(image_processing)
target_link_libraries(image_processing PRIVATE Qt::Gui)
target_link_libraries(image_processing PRIVATE Qt6::Gui)