Skip to content
Snippets Groups Projects
Commit 224da968 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

cmake: rename windows static library output to jami

Windows fixup post https://review.jami.net/c/jami-client-qt/+/18383

Change-Id: Id3b4b11ad49f09bfc0be22155145080b661aceeb
parent 18988295
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ if(MSVC) ...@@ -101,7 +101,7 @@ if(MSVC)
################################################################################ ################################################################################
if("${CMAKE_VS_PLATFORM_NAME}" STREQUAL "x64") if("${CMAKE_VS_PLATFORM_NAME}" STREQUAL "x64")
set_target_properties(${PROJECT_NAME} PROPERTIES set_target_properties(${PROJECT_NAME} PROPERTIES
TARGET_NAME_RELEASELIB_WIN32 "dring" TARGET_NAME_RELEASELIB_WIN32 "jami"
) )
endif() endif()
################################################################################ ################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment