mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 13:13:19 +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")
|
||||
endif()
|
||||
|
||||
message("+++++++++")
|
||||
message(${BUNDLE_PLUGIN_DIR})
|
||||
message(${PLUGIN_EXTENSION})
|
||||
message("---------")
|
||||
|
||||
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")
|
||||
|
|
Loading…
Reference in a new issue