Skip to content

Commit

Permalink
Add nanostack-libservice lib to CMakeLists (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuggenhoffen authored and jupe committed Jun 9, 2016
1 parent 69d0beb commit 41816a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ if(DEFINED TARGET_LIKE_X86_LINUX_NATIVE)
mbed_trace.c
)
add_definitions("-g -O0 -fprofile-arcs -ftest-coverage")
target_link_libraries(mbed-trace gcov)
target_link_libraries(mbed-trace gcov nanostack-libservice)
else()
add_library( mbed-trace
mbed_trace.c
)
target_link_libraries(mbed-trace)
target_link_libraries(mbed-trace nanostack-libservice)
endif()

0 comments on commit 41816a4

Please sign in to comment.