mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
cmake(windows): oops, fix copy command
This commit is contained in:
parent
a5b6ea6c4c
commit
a669852694
@ -129,8 +129,8 @@ if(WIN32)
|
||||
|
||||
# In Release mode, copy Qt image format plugins
|
||||
COMMAND if $<CONFIG:Release>==1 ("${CMAKE_COMMAND}" -E copy
|
||||
"${RELEASE_DIR}/plugins/imageformats/qjpeg.dll"
|
||||
"${CMAKE_BINARY_DIR}/bin/${ARCH_NAME}$<CONFIG>")
|
||||
"${QTDIR}/plugins/imageformats/qjpeg.dll"
|
||||
"${RELEASE_DIR}/bin/${ARCH_NAME}/qjpeg.dll")
|
||||
|
||||
# If config is RelWithDebInfo, package release files
|
||||
COMMAND if $<CONFIG:RelWithDebInfo>==1 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user