copy over zlibd debug file

probably fixes other issues, but makes it so windows debug builds work again
also adds windows debug building to catch this stuff
This commit is contained in:
David Markowitz
2024-10-27 11:10:17 -07:00
parent 102e3556cf
commit e0b54645dc
4 changed files with 163 additions and 121 deletions

View File

@@ -17,7 +17,7 @@ list(APPEND DCOMMONTEST_SOURCES ${DENUMS_TESTS})
# Set our executable
add_executable(dCommonTests ${DCOMMONTEST_SOURCES})
add_dependencies(dCommonTests conncpp_tests)
add_dependencies(dCommonTests conncpp_tests zlib_tests)
# Apple needs some special linkage for the mariadb connector for tests.
if(APPLE)