Skip to content

Commit

Permalink
Merge branch 'gz-msgs10' into mjcarroll/bazel_harmonic
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcarroll authored Mar 11, 2024
2 parents dbb7688 + f253f69 commit 42ff5a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ foreach(test ${test_targets})
target_link_libraries(${test} ${PROJECT_LIBRARY_TARGET_NAME})
endforeach()

if(TARGET INTEGRATION_descriptors)
target_compile_definitions(INTEGRATION_descriptors PRIVATE
"-DGZ_MSGS_TEST_PATH=\"${PROJECT_SOURCE_DIR}/test\"")
endif()

if(TARGET INTEGRATION_Factory_TEST)
target_compile_definitions(INTEGRATION_Factory_TEST PRIVATE
"-DGZ_MSGS_TEST_PATH=\"${PROJECT_SOURCE_DIR}/test\"")
Expand Down

0 comments on commit 42ff5a2

Please sign in to comment.