mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 01:15:53 +08:00
Fix cmake for WebView2
This commit is contained in:
parent
2031fb5133
commit
5791bcb43f
2
deps/+WebView2/WebView2.cmake
vendored
2
deps/+WebView2/WebView2.cmake
vendored
@ -34,7 +34,7 @@ if (MSVC)
|
|||||||
)
|
)
|
||||||
|
|
||||||
set(_srcdir ${WEBVIEW2_PACKAGE_DIR}/build/native)
|
set(_srcdir ${WEBVIEW2_PACKAGE_DIR}/build/native)
|
||||||
set(_dstdir ${DESTDIR}/usr/local)
|
set(_dstdir ${${PROJECT_NAME}_DEP_INSTALL_PREFIX})
|
||||||
|
|
||||||
set(_output ${_dstdir}/include/WebView2.h
|
set(_output ${_dstdir}/include/WebView2.h
|
||||||
${_dstdir}/bin/WebView2Loader.dll)
|
${_dstdir}/bin/WebView2Loader.dll)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user