Link gcd_key to gcd_qr2

This is primarily used for clarity
This commit is contained in:
smallmodel 2025-04-22 00:47:09 +02:00
parent 127c9fe8f4
commit b597240cfd
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -102,4 +102,5 @@ foreach(LIB ${DEPENDENT_LIBS})
target_link_libraries(${LIB} PUBLIC gcd_common)
endforeach()
target_link_libraries(gcd_key PRIVATE gcd_qr2)
target_link_libraries(gcd_qr2 PRIVATE gcd_natneg)