8000 rename `lib_libarango_shell` to `libarango_shell`. (#10433) · whitewum/arangodb@aff5e71 · GitHub
[go: up one dir, main page]

Skip to content

Commit aff5e71

Browse files
authored
rename lib_libarango_shell to libarango_shell. (arangodb#10433)
1 parent 50be0ca commit aff5e71

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

arangosh/CMakeLists.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ set(LIB_ARANGO_SHELL_SOURCES
1818
V8Client/ArangoClientHelper.cpp
1919
)
2020

21-
add_library(lib_arango_shell STATIC
21+
add_library(arango_shell STATIC
2222
${LIB_ARANGO_SHELL_SOURCES}
2323
)
2424

25-
target_link_libraries(lib_arango_shell
25+
target_link_libraries(arango_shell
2626
arango
2727
${MSVC_LIBS}
2828
${SYSTEM_LIBRARIES}
@@ -59,7 +59,7 @@ target_link_libraries(${BIN_ARANGOBENCH}
5959
${SYSTEM_LIBRARIES}
6060
boost_system
6161
boost_boost
62-
lib_arango_shell
62+
arango_shell
6363
)
6464

6565
install(
@@ -118,7 +118,7 @@ target_link_libraries(${BIN_ARANGOBACKUP}
118118
${SYSTEM_LIBRARIES}
119119
boost_system
120120
boost_boost
121-
lib_arango_shell
121+
arango_shell
122122
)
123123

124124
install(
@@ -177,7 +177,7 @@ target_link_libraries(${BIN_ARANGODUMP}
177177
${SYSTEM_LIBRARIES}
178178
boost_system
179179
boost_boost
180-
lib_arango_shell
180+
arango_shell
181181
)
182182

183183
install(
@@ -233,7 +233,7 @@ target_link_libraries(${BIN_ARANGOEXPORT}
233233
${SYSTEM_LIBRARIES}
234234
boost_system
235235
boost_boost
236-
lib_arango_shell
236+
arango_shell
237237
)
238238

239239
install(
@@ -293,7 +293,7 @@ target_link_libraries(${BIN_ARANGOIMPORT}
293293
fuerte
294294
boost_system
295295
boost_boost
296-
lib_arango_shell
296+
arango_shell
297297
)
298298

299299
install(
@@ -358,7 +358,7 @@ target_link_libraries(${BIN_ARANGORESTORE}
358358
${SYSTEM_LIBRARIES}
359359
boost_system
360360
boost_boost
361-
lib_arango_shell
361+
arango_shell
362362
)
363363

364364
install(
@@ -423,7 +423,7 @@ target_link_libraries(${BIN_ARANGOSH}
423423
${SYSTEM_LIBRARIES}
424424
boost_system
425425
boost_boost
426-
lib_arango_shell
426+
arango_shell
427427
)
428428

429429
install(
@@ -479,7 +479,7 @@ target_link_libraries(${BIN_ARANGOVPACK}
479479
${SYSTEM_LIBRARIES}
480480
boost_system
481481
boost_boost
482-
lib_arango_shell
482+
arango_shell
483483
)
484484

485485
install(

0 commit comments

Comments
 (0)
0