File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ set(LIB_ARANGO_SHELL_SOURCES
18
18
V8Client/ArangoClientHelper.cpp
19
19
)
20
20
21
- add_library (lib_arango_shell STATIC
21
+ add_library (arango_shell STATIC
22
22
${LIB_ARANGO_SHELL_SOURCES}
23
23
)
24
24
25
- target_link_libraries (lib_arango_shell
25
+ target_link_libraries (arango_shell
26
26
arango
27
27
${MSVC_LIBS}
28
28
${SYSTEM_LIBRARIES}
@@ -59,7 +59,7 @@ target_link_libraries(${BIN_ARANGOBENCH}
59
59
${SYSTEM_LIBRARIES}
60
60
boost_system
61
61
boost_boost
62
- lib_arango_shell
62
+ arango_shell
63
63
)
64
64
65
65
install (
@@ -118,7 +118,7 @@ target_link_libraries(${BIN_ARANGOBACKUP}
118
118
${SYSTEM_LIBRARIES}
119
119
boost_system
120
120
boost_boost
121
- lib_arango_shell
121
+ arango_shell
122
122
)
123
123
124
124
install (
@@ -177,7 +177,7 @@ target_link_libraries(${BIN_ARANGODUMP}
177
177
${SYSTEM_LIBRARIES}
178
178
boost_system
179
179
boost_boost
180
- lib_arango_shell
180
+ arango_shell
181
181
)
182
182
183
183
install (
@@ -233,7 +233,7 @@ target_link_libraries(${BIN_ARANGOEXPORT}
233
233
${SYSTEM_LIBRARIES}
234
234
boost_system
235
235
boost_boost
236
- lib_arango_shell
236
+ arango_shell
237
237
)
238
238
239
239
install (
@@ -293,7 +293,7 @@ target_link_libraries(${BIN_ARANGOIMPORT}
293
293
fuerte
294
294
boost_system
295
295
boost_boost
296
- lib_arango_shell
296
+ arango_shell
297
297
)
298
298
299
299
install (
@@ -358,7 +358,7 @@ target_link_libraries(${BIN_ARANGORESTORE}
358
358
${SYSTEM_LIBRARIES}
359
359
boost_system
360
360
boost_boost
361
- lib_arango_shell
361
+ arango_shell
362
362
)
363
363
364
364
install (
@@ -423,7 +423,7 @@ target_link_libraries(${BIN_ARANGOSH}
423
423
${SYSTEM_LIBRARIES}
424
424
boost_system
425
425
boost_boost
426
- lib_arango_shell
426
+ arango_shell
427
427
)
428
428
429
429
install (
@@ -479,7 +479,7 @@ target_link_libraries(${BIN_ARANGOVPACK}
479
479
${SYSTEM_LIBRARIES}
480
480
boost_system
481
481
boost_boost
482
- lib_arango_shell
482
+ arango_shell
483
483
)
484
484
485
485
install (
You can’t perform that action at this time.
0 commit comments