Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fixed examples linking#325

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
glynos merged 1 commit intocpp-netlib:masterfrompatriotyk:master
Nov 6, 2013
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed examples linking
  • Loading branch information
@patriotyk
patriotyk committedNov 2, 2013
commit1b5a013df26b4b521d79c3aadc8d5752dfd207bf
16 changes: 8 additions & 8 deletionscontrib/http_examples/CMakeLists.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -58,8 +58,8 @@ else()
endif()
target_link_libraries(simple_wget
${BOOST_CLIENT_LIBS}
${CMAKE_THREAD_LIBS_INIT}
${simple_wget_linklibs})
${simple_wget_linklibs}
${CMAKE_THREAD_LIBS_INIT})

if(CPP-NETLIB_BUILD_SINGLE_LIB)
set(atom_reader_linklibs cppnetlib)
Expand All@@ -78,8 +78,8 @@ else()
endif()
target_link_libraries(atom_reader
${BOOST_CLIENT_LIBS}
${CMAKE_THREAD_LIBS_INIT}
${atom_reader_linklibs})
${atom_reader_linklibs}
${CMAKE_THREAD_LIBS_INIT})

if(CPP-NETLIB_BUILD_SINGLE_LIB)
set(rss_reader_linklibs cppnetlib)
Expand All@@ -97,8 +97,8 @@ else()
endif()
target_link_libraries(rss_reader
${BOOST_CLIENT_LIBS}
${CMAKE_THREAD_LIBS_INIT}
${rss_reader_linklibs})
${rss_reader_linklibs}
${CMAKE_THREAD_LIBS_INIT})

#target_link_libraries(twitter_search
# ${BOOST_CLIENT_LIBS}
Expand DownExpand Up@@ -138,8 +138,8 @@ else()
endif()
target_link_libraries(hello_world_client
${BOOST_CLIENT_LIBS}
${CMAKE_THREAD_LIBS_INIT}
${hello_world_client_linklibs})
${hello_world_client_linklibs}
${CMAKE_THREAD_LIBS_INIT})

if (OPENSSL_FOUND)
target_link_libraries(simple_wget ${OPENSSL_LIBRARIES})
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp