Merge commit '6d44477'

main
Tri11Paragon 2025-03-13 13:06:37 -07:00
commit 19f9dead27
1 changed files with 4 additions and 2 deletions

View File

@ -168,8 +168,10 @@ macro(blt_add_test name source type)
target_link_libraries(${name}-${type} PRIVATE BLT)
if (NOT MSVC)
target_compile_options(${name}-${type} PRIVATE -Wall -Wextra -Wpedantic -Wno-comment)
target_link_options(${name}-${type} PRIVATE -Wall -Wextra -Wpedantic -Wno-comment)
endif()
target_compile_definitions(${name}-${type} PRIVATE BLT_DEBUG_LEVEL=${DEBUG_LEVEL})
if (${TRACK_ALLOCATIONS})