Skip to content

Commit 477e2a1

Browse files
committed
Fix: Rename bins to prevent name conflicts
1 parent 301bbc9 commit 477e2a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bin/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
cmake_minimum_required(VERSION 2.7)
1717

18-
sa_add_bin(servo_array INSTALL)
19-
sa_add_bin(servo_map INSTALL)
20-
sa_add_bin(reset INSTALL)
18+
sa_add_bin(servo_array NAME servoarray-shell INSTALL)
19+
sa_add_bin(servo_map NAME servoarray-map-shell INSTALL)
20+
sa_add_bin(reset NAME servoarray-reset INSTALL)
2121

2222
sa_add_bin(bench)

0 commit comments

Comments
 (0)