diff --git a/NetSSL_Win/samples/HTTPSTimeServer/CMakeLists.txt b/NetSSL_Win/samples/HTTPSTimeServer/CMakeLists.txt index 85dcd4584..ae5014ddb 100644 --- a/NetSSL_Win/samples/HTTPSTimeServer/CMakeLists.txt +++ b/NetSSL_Win/samples/HTTPSTimeServer/CMakeLists.txt @@ -1,4 +1,4 @@ -set(SAMPLE_NAME "HTTPSTimeServer") +set(SAMPLE_NAME "HTTPSTimeServer-win") set(LOCAL_SRCS "") aux_source_directory(src LOCAL_SRCS) diff --git a/NetSSL_Win/samples/Mail/CMakeLists.txt b/NetSSL_Win/samples/Mail/CMakeLists.txt index e9126a607..c6fa18840 100644 --- a/NetSSL_Win/samples/Mail/CMakeLists.txt +++ b/NetSSL_Win/samples/Mail/CMakeLists.txt @@ -1,4 +1,4 @@ -set(SAMPLE_NAME "Mail-ssl") +set(SAMPLE_NAME "Mail-ssl-win") set(LOCAL_SRCS "") aux_source_directory(src LOCAL_SRCS) diff --git a/NetSSL_Win/samples/download/CMakeLists.txt b/NetSSL_Win/samples/download/CMakeLists.txt index 7bb405ec9..b7a546005 100644 --- a/NetSSL_Win/samples/download/CMakeLists.txt +++ b/NetSSL_Win/samples/download/CMakeLists.txt @@ -1,4 +1,4 @@ -set(SAMPLE_NAME "download-ssl") +set(SAMPLE_NAME "download-ssl-win") set(LOCAL_SRCS "") aux_source_directory(src LOCAL_SRCS) diff --git a/Zip/samples/unzip/CMakeLists.txt b/Zip/samples/unzip/CMakeLists.txt index e881cbe9f..9305205ba 100644 --- a/Zip/samples/unzip/CMakeLists.txt +++ b/Zip/samples/unzip/CMakeLists.txt @@ -1,4 +1,4 @@ -set(SAMPLE_NAME "unzip") +set(SAMPLE_NAME "sample-unzip") set(LOCAL_SRCS "") aux_source_directory(src LOCAL_SRCS) diff --git a/Zip/samples/zip/CMakeLists.txt b/Zip/samples/zip/CMakeLists.txt index 8b79e0dd4..224ee1aa7 100644 --- a/Zip/samples/zip/CMakeLists.txt +++ b/Zip/samples/zip/CMakeLists.txt @@ -1,4 +1,4 @@ -set(SAMPLE_NAME "zip") +set(SAMPLE_NAME "sample-zip") set(LOCAL_SRCS "") aux_source_directory(src LOCAL_SRCS)