build: install runtime depends on windows to CMAKE_INSTALL_LIBDIR, set CMAKE_INSTALL_LIBDIR to . on windows
This commit is contained in:
committed by
Chris Rizzitello
parent
8e754b2ce2
commit
5bcefbe582
@ -163,6 +163,7 @@ configure_libs()
|
||||
include(GNUInstallDirs)
|
||||
if (WIN32)
|
||||
set(CMAKE_INSTALL_BINDIR .)
|
||||
set(CMAKE_INSTALL_LIBDIR .)
|
||||
set(CMAKE_INSTALL_LICENSE_DIR .)
|
||||
set(CMAKE_INSTALL_I18N_DIR translations)
|
||||
elseif(UNIX AND NOT APPLE)
|
||||
|
||||
Reference in New Issue
Block a user