-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Paweł Lech <[email protected]>
- Loading branch information
1 parent
f2b0518
commit b9ca1af
Showing
5 changed files
with
44 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
ament_auto_add_executable(respawn_ego | ||
respawn_ego.cpp | ||
) | ||
target_link_libraries(respawn_ego cpp_scenario_node) | ||
|
||
install(TARGETS | ||
respawn_ego | ||
DESTINATION lib/cpp_mock_scenarios | ||
) | ||
|
||
if(BUILD_TESTING) | ||
include(../../cmake/add_cpp_mock_scenario_test.cmake) | ||
add_cpp_mock_scenario_test(${PROJECT_NAME} "respawn_ego" "20.0") | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
mock/cpp_mock_scenarios/src/teleport_action/CMakeLists.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters