Skip to content

Commit

Permalink
librm update
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarifish committed Oct 26, 2024
1 parent 1ac0efc commit 422f4f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "libs/irobotEC"]
path = libs/irobotEC
url = https://github.com/IRobot-EC-2024/irobotEC.git
[submodule "libs/librm"]
path = libs/librm
url = https://github.com/IRobot-EC-2024/librm.git
4 changes: 2 additions & 2 deletions libs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Pack all third-party libraries into a single target

set(IROBOTEC_PLATFORM STM32)
add_subdirectory(irobotEC)
add_subdirectory(librm)

add_library(${PROJECT_NAME}_libs INTERFACE)
target_link_libraries(${PROJECT_NAME}_libs INTERFACE
irobotEC)
rm)
1 change: 0 additions & 1 deletion libs/irobotEC
Submodule irobotEC deleted from 3af4bf
1 change: 1 addition & 0 deletions libs/librm
Submodule librm added at 879073

0 comments on commit 422f4f6

Please sign in to comment.