mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-07 18:24:01 +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(MongoDB-testrunner ${TEST_SRCS})
|
||||
set_target_properties(MongoDB-testrunner PROPERTIES DEBUG_POSTFIX "d")
|
||||
if(ANDROID)
|
||||
add_test(
|
||||
NAME MongoDB
|
||||
|
||||
Reference in New Issue
Block a user