Skip to content

Commit

Permalink
Added linker flags to cmake thrift demo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrand-new committed Aug 31, 2023
1 parent 77aa5f6 commit a697ce3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/yarpidl_thrift/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ add_test(
-DYCM_DIR=${YCM_DIR}
-DYARP_DIR=${CMAKE_BINARY_DIR}
-DALLOW_IDL_GENERATION=TRUE
-DCMAKE_EXE_LINKER_FLAGS_PROFILE="-lgcov"
-DCMAKE_MODULE_LINKER_FLAGS_PROFILE="-lgcov"
-DCMAKE_SHARED_LINKER_FLAGS_PROFILE="-lgcov"
--test-command ${CMAKE_CTEST_COMMAND} ${build_generator}
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
)
Expand Down

0 comments on commit a697ce3

Please sign in to comment.