Skip to content
Open
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: 4 additions & 0 deletions pal_statistics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ if(BUILD_TESTING)
pal_statistics-test PRIVATE src) # dirty hack for a forward declaration
target_link_libraries(pal_statistics-test ${PROJECT_NAME})

if(CMAKE_SYSTEM_PROCESSOR STREQUAL "loongarch64")
target_link_libraries(pal_statistics-test atomic)
endif()

# Add pal_statistics_py.test
ament_add_pytest_test(pal_statistics_pytest test/test_pal_statistics.py)
endif()
Expand Down