Skip to content

Commit

Permalink
consistently address utility library by it's alias
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenRobitzki committed Sep 25, 2023
1 parent 84f9222 commit 57a9c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
add_library(spl STATIC)

target_include_directories(spl PUBLIC ${CMAKE_CURRENT_LIST_DIR}/..)
target_link_libraries(spl PUBLIC toolchain::nrf52 bluetoe_utility)
target_link_libraries(spl PUBLIC toolchain::nrf52 bluetoe::utility)

target_sources(spl PRIVATE temperature.cpp)

0 comments on commit 57a9c6e

Please sign in to comment.