mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-15 14:43:32 +02:00
CMake: Rename binary name of some samples to avoid naming conflicts on windows
This commit is contained in:
parent
c8a96c9247
commit
c5ffa2629d
@ -1,4 +1,4 @@
|
||||
set(SAMPLE_NAME "HTTPSTimeServer")
|
||||
set(SAMPLE_NAME "HTTPSTimeServer-win")
|
||||
|
||||
set(LOCAL_SRCS "")
|
||||
aux_source_directory(src LOCAL_SRCS)
|
||||
|
@ -1,4 +1,4 @@
|
||||
set(SAMPLE_NAME "Mail-ssl")
|
||||
set(SAMPLE_NAME "Mail-ssl-win")
|
||||
|
||||
set(LOCAL_SRCS "")
|
||||
aux_source_directory(src LOCAL_SRCS)
|
||||
|
@ -1,4 +1,4 @@
|
||||
set(SAMPLE_NAME "download-ssl")
|
||||
set(SAMPLE_NAME "download-ssl-win")
|
||||
|
||||
set(LOCAL_SRCS "")
|
||||
aux_source_directory(src LOCAL_SRCS)
|
||||
|
@ -1,4 +1,4 @@
|
||||
set(SAMPLE_NAME "unzip")
|
||||
set(SAMPLE_NAME "sample-unzip")
|
||||
|
||||
set(LOCAL_SRCS "")
|
||||
aux_source_directory(src LOCAL_SRCS)
|
||||
|
@ -1,4 +1,4 @@
|
||||
set(SAMPLE_NAME "zip")
|
||||
set(SAMPLE_NAME "sample-zip")
|
||||
|
||||
set(LOCAL_SRCS "")
|
||||
aux_source_directory(src LOCAL_SRCS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user