CMake: Rename binary name of some samples to avoid naming conflicts on windows

This commit is contained in:
Pascal Bach 2014-10-09 13:38:51 +02:00
parent c8a96c9247
commit c5ffa2629d
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
set(SAMPLE_NAME "HTTPSTimeServer")
set(SAMPLE_NAME "HTTPSTimeServer-win")
set(LOCAL_SRCS "")
aux_source_directory(src LOCAL_SRCS)

View File

@ -1,4 +1,4 @@
set(SAMPLE_NAME "Mail-ssl")
set(SAMPLE_NAME "Mail-ssl-win")
set(LOCAL_SRCS "")
aux_source_directory(src LOCAL_SRCS)

View File

@ -1,4 +1,4 @@
set(SAMPLE_NAME "download-ssl")
set(SAMPLE_NAME "download-ssl-win")
set(LOCAL_SRCS "")
aux_source_directory(src LOCAL_SRCS)

View File

@ -1,4 +1,4 @@
set(SAMPLE_NAME "unzip")
set(SAMPLE_NAME "sample-unzip")
set(LOCAL_SRCS "")
aux_source_directory(src LOCAL_SRCS)

View File

@ -1,4 +1,4 @@
set(SAMPLE_NAME "zip")
set(SAMPLE_NAME "sample-zip")
set(LOCAL_SRCS "")
aux_source_directory(src LOCAL_SRCS)