mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Scope compiler defines and remove forced 7zip NDEBUG
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
qt_add_executable(compressed_archive_test
|
||||
main.cpp
|
||||
)
|
||||
yacreader_apply_build_options(compressed_archive_test)
|
||||
target_link_libraries(compressed_archive_test PRIVATE
|
||||
Qt6::Core
|
||||
cbx_backend
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
qt_add_executable(concurrent_queue_test
|
||||
concurrent_queue_test.cpp
|
||||
)
|
||||
yacreader_apply_build_options(concurrent_queue_test)
|
||||
target_link_libraries(concurrent_queue_test PRIVATE
|
||||
Qt6::Core
|
||||
Qt6::Test
|
||||
|
||||
Reference in New Issue
Block a user