summaryrefslogtreecommitdiffstats
path: root/src/crypto/x509/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/x509/CMakeLists.txt')
-rw-r--r--src/crypto/x509/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/x509/CMakeLists.txt b/src/crypto/x509/CMakeLists.txt
index 96cf35c..3bb5704 100644
--- a/src/crypto/x509/CMakeLists.txt
+++ b/src/crypto/x509/CMakeLists.txt
@@ -59,6 +59,8 @@ add_executable(
pkcs7_test
pkcs7_test.c
+
+ $<TARGET_OBJECTS:test_support>
)
target_link_libraries(pkcs7_test crypto)