mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-20 04:58:09 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
834ef634c1
commit
b80c02ae3d
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ endif ()
|
|||
if (WIN32)
|
||||
find_program(DEPLOYQT_PROGRAM windeployqt)
|
||||
if (NOT DEPLOYQT_PROGRAM)
|
||||
message(FATAL_ERROR "Could not find the macdeployqt program. Make sure it is in the PATH.")
|
||||
message(FATAL_ERROR "Could not find the windeployqt program. Make sure it is in the PATH.")
|
||||
endif ()
|
||||
file(GLOB LIB_FILES "${LINPHONE_OUTPUT_DIR}/${CMAKE_INSTALL_LIBDIR}/*.dll")
|
||||
install(FILES ${LIB_FILES} DESTINATION "${CMAKE_INSTALL_BINDIR}/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue