Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
a57fcfa3
Commit
a57fcfa3
authored
Jan 29, 2019
by
Brad King
Browse files
Merge branch 'add-missing-macos-framework' into release-3.13
Merge-request:
!2873
parents
f4547578
475e78d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CMakeLists.txt
View file @
a57fcfa3
...
...
@@ -791,9 +791,10 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR MATCHES "sparc"
endif
()
endif
()
# On Apple we need CoreFoundation
# On Apple we need CoreFoundation
and CoreServices
if
(
APPLE
)
target_link_libraries
(
CMakeLib
"-framework CoreFoundation"
)
target_link_libraries
(
CMakeLib
"-framework CoreServices"
)
endif
()
if
(
WIN32 AND NOT 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