mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-07 08:49:12 +01:00
fix(CMake): not producing proper binary names #5070
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user