Skip to content
Open
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
5 changes: 5 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@
"type": "Other",
"name": "Krzewicki, Mikolaj"
},
{
"type": "Other",
"name": "Lalik, Rafa\u0142",
"orcid": "0000-0003-1313-3729"
},
{
"type": "Other",
"name": "Lavezzi, Lia"
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Klenze, Philipp
Kollegger, Thorsten
Koenig, Ilse
Krzewicki, Mikolaj
Lalik, Rafał [https://orcid.org/0000-0003-1313-3729]
Lavezzi, Lia
Lavrik, Evgeny
Lantwin, Oliver
Expand Down
1 change: 1 addition & 0 deletions cmake/private/FairRootTargets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function(fairroot_add_catch2_test_suite suite)
set(exe "test_${suite}")
add_executable(${exe})
target_sources(${exe} PRIVATE ${ARGS_SOURCES})
target_link_options(${exe} PRIVATE -Wl,--disable-new-dtags)
target_link_libraries(${exe} PRIVATE Catch2::Catch2WithMain)
if(ARGS_DEPENDENCIES)
target_link_libraries(${exe} PRIVATE ${ARGS_DEPENDENCIES})
Expand Down
6 changes: 6 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@
"givenName": "Mikolaj",
"familyName": "Krzewicki"
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-1313-3729",
"givenName": "Rafa\u0142",
"familyName": "Lalik"
},
{
"@type": "Person",
"givenName": "Lia",
Expand Down