Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ if(NOT Boost_headers_FOUND)
endif()

add_library(realtime_tools SHARED
src/realtime_clock.cpp
src/realtime_helpers.cpp
)
target_compile_features(realtime_tools PUBLIC cxx_std_17)
Expand Down Expand Up @@ -91,9 +90,6 @@ if(BUILD_TESTING)
target_link_libraries(lock_free_queue_tests realtime_tools atomic Boost::boost)
endif()

ament_add_gmock(realtime_clock_tests test/realtime_clock_tests.cpp)
target_link_libraries(realtime_clock_tests realtime_tools)

ament_add_gmock(realtime_publisher_tests_non_polling
test/realtime_publisher_non_polling.test
test/realtime_publisher_tests_non_polling.cpp)
Expand Down
29 changes: 0 additions & 29 deletions include/realtime_tools/realtime_clock.h

This file was deleted.

96 changes: 0 additions & 96 deletions include/realtime_tools/realtime_clock.hpp

This file was deleted.

133 changes: 0 additions & 133 deletions src/realtime_clock.cpp

This file was deleted.

67 changes: 0 additions & 67 deletions test/realtime_clock_tests.cpp

This file was deleted.