fix(CMake): not producing proper binary names #5070

This commit is contained in:
Alex Fabijanic
2025-12-05 13:52:03 -06:00
parent 42ffe44e5c
commit 4904acd257
22 changed files with 22 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ POCO_SOURCES_AUTO_PLAT(TEST_SRCS OFF
)
add_executable(NetSSLWin-testrunner ${TEST_SRCS})
set_target_properties(NetSSLWin-testrunner PROPERTIES DEBUG_POSTFIX "d")
add_test(
NAME NetSSLWin
WORKING_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}