mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:37:48 +02:00
testing.
This commit is contained in:
parent
b40209588a
commit
c05ac9a5dd
1 changed files with 5 additions and 0 deletions
|
@ -73,5 +73,10 @@ else()
|
||||||
set(PLUGIN_EXTENSION "so")
|
set(PLUGIN_EXTENSION "so")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
message("+++++++++")
|
||||||
|
message(${BUNDLE_PLUGIN_DIR})
|
||||||
|
message(${PLUGIN_EXTENSION})
|
||||||
|
message("---------")
|
||||||
|
|
||||||
file(GLOB EXTRA_PLUGINS "${BUNDLE_PLUGIN_DIR}/*.${PLUGIN_EXTENSION}")
|
file(GLOB EXTRA_PLUGINS "${BUNDLE_PLUGIN_DIR}/*.${PLUGIN_EXTENSION}")
|
||||||
fixup_bundle("${BUNDLE_EXECUTABLE}" "${EXTRA_PLUGINS}" "@FIXUP_LIBS@" IGNORE_ITEM "vcredist_x86.exe;vcredist_x64.exe")
|
fixup_bundle("${BUNDLE_EXECUTABLE}" "${EXTRA_PLUGINS}" "@FIXUP_LIBS@" IGNORE_ITEM "vcredist_x86.exe;vcredist_x64.exe")
|
||||||
|
|
Loading…
Reference in a new issue