mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 21:01:45 -05:00
More end label fix on cpack cmake file
This commit is contained in:
parent
dc90623f8d
commit
4b954aadec
@ -188,7 +188,7 @@ elseif(WIN32 OR MINGW)
|
|||||||
add_custom_target(copy_qt_plugin_${qt_plugin_name} ALL
|
add_custom_target(copy_qt_plugin_${qt_plugin_name} ALL
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy_directory "${qt_plugin}" "${SDRANGEL_BINARY_BIN_DIR}/${qt_plugin_name}"
|
COMMAND ${CMAKE_COMMAND} -E copy_directory "${qt_plugin}" "${SDRANGEL_BINARY_BIN_DIR}/${qt_plugin_name}"
|
||||||
)
|
)
|
||||||
endforeach(qt_plugins)
|
endforeach(qt_plugin)
|
||||||
|
|
||||||
# unfortunately some libraries are dependencies of dll so we copy by hand
|
# unfortunately some libraries are dependencies of dll so we copy by hand
|
||||||
# TODO check if we can use fixup_bundle() and have libraries on root path
|
# TODO check if we can use fixup_bundle() and have libraries on root path
|
||||||
|
Loading…
Reference in New Issue
Block a user