Prince Gupta
5 years ago
2 changed files with 7 additions and 1 deletions
@ -1,3 +1,7 @@ |
|||||||
include(MacroConfigureMSVCRuntime) |
include(MacroConfigureMSVCRuntime) |
||||||
set(MSVC_RUNTIME "dynamic") |
set(MSVC_RUNTIME "dynamic") |
||||||
configure_msvc_runtime() |
configure_msvc_runtime() |
||||||
|
|
||||||
|
# libraries from winconf.pri |
||||||
|
link_libraries(advapi32 crypt32 Iphlpapi ole32 shell32 User32) |
||||||
|
|
||||||
|
Loading…
Reference in new issue