Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
1a8f305e
Commit
1a8f305e
authored
Apr 19, 2016
by
Rashad Kanavath
Browse files
PKG: add system framework and libgcc_s.dylib to system dlls
parent
d7d83b3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
SuperBuild/CMake/PackageHelper.cmake
View file @
1a8f305e
...
...
@@ -42,12 +42,21 @@ set(LINUX_SYSTEM_DLLS
libGLU.so*
)
# libgcc_s.*dylib and other *.framework are dragged by QT
set
(
APPLE_SYSTEM_DLLS
libSystem.*
libiconv.*
libc\\+\\+
libSystem.*
dylib
libiconv.*
dylib
libc\\+\\+
.*dylib
libstdc.*dylib
libobjc.*dylib
ApplicationServices.framework
CoreFoundation.framework
CoreServices.framework
Security.framework
Carbon.framework
AppKit.framework
Foundation.framework
libgcc_s.*dylib
)
if
(
UNIX
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment