Merge pull request #57693 from tchaikov/cmake-shec_utils

cmake: : link shec_utils against legacy-option-headers

Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Kefu Chai 2024-05-25 15:57:27 +08:00 committed by GitHub
commit f3ff76a392
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,8 @@ set(shec_utils_srcs
determinant.c)
add_library(shec_utils OBJECT ${shec_utils_srcs})
target_link_libraries(shec_utils
PRIVATE legacy-option-headers)
set(ec_shec_objs
$<TARGET_OBJECTS:gf-complete_objs>