mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-19 02:10:28 +08:00
add windows missing system library for nsis
This commit is contained in:
parent
664a181b8f
commit
83ade3638a
@ -14,9 +14,7 @@ list(APPEND DIRS "/usr/local/lib")
|
|||||||
list(APPEND DIRS "/usr/lib")
|
list(APPEND DIRS "/usr/lib")
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
if(NOT BUILD_NSIS)
|
|
||||||
set(CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION .)
|
set(CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION .)
|
||||||
endif()
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(InstallRequiredSystemLibraries)
|
include(InstallRequiredSystemLibraries)
|
||||||
|
Loading…
Reference in New Issue
Block a user