Skip to content

Right way to link library #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 30, 2013
Merged

Conversation

ruslo
Copy link
Contributor

@ruslo ruslo commented Sep 29, 2013

Looks like Xcode ignore '-lc++' in CMAKE_CXX_LINK_FLAGS,
link can be done by 'target_link_libraries' command.
Actually it is the right way to do link.
Found by building Xcode project with shared libraries.
Tested configurations: shared/static + Xcode/make

Looks like Xcode ignore '-lc++' in CMAKE_CXX_LINK_FLAGS,
link can be done by 'target_link_libraries' command.
Actually it is the right way to do link.
Found by building Xcode project with shared libraries.
Tested configurations: shared/static + Xcode/make
@ghost ghost assigned glynos Sep 30, 2013
glynos added a commit that referenced this pull request Sep 30, 2013
Right way to link library
@glynos glynos merged commit 7dca0bb into cpp-netlib:master Sep 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants