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

Commitb469278

Browse files
committed
Renamed concurrency library.
1 parentd043072 commitb469278

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

‎concurrency/src/CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(CPP-NETLIB_CONCURRENCY_SRCS
99
thread_pool.cpp)
1010

1111
if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
12-
add_library(cppnetlib-concurrency ${CPP-NETLIB_CONCURRENCY_SRCS})
12+
add_library(network_concurrency ${CPP-NETLIB_CONCURRENCY_SRCS})
1313
endif()
1414

1515
# prepend current directory to make paths absolute

‎concurrency/test/CMakeLists.txt‎

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,10 @@ include_directories(${CPP-NETLIB_SOURCE_DIR}/concurrency/src
77
${GTEST_INCLUDE_DIRS}
88
${CPP-NETLIB_SOURCE_DIR}
99
)
10-
11-
if(CPP-NETLIB_BUILD_SINGLE_LIB)
12-
set(link_cppnetlib_lib cppnetlib)
13-
else()
14-
set(link_cppnetlib_lib cppnetlib-concurrency)
15-
endif()
16-
1710
if (CPP-NETLIB_BUILD_TESTS)
1811
add_executable(cpp-netlib-thread_pool_test thread_pool_test.cpp)
1912
target_link_libraries(cpp-netlib-thread_pool_test
20-
${link_cppnetlib_lib}
13+
network_concurrency
2114
${Boost_LIBRARIES}
2215
${GTEST_BOTH_LIBRARIES}
2316
${CMAKE_THREAD_LIBS_INIT})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp