summaryrefslogtreecommitdiffstats
path: root/src/crypto/err/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/err/CMakeLists.txt')
-rw-r--r--src/crypto/err/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/err/CMakeLists.txt b/src/crypto/err/CMakeLists.txt
index 89f96bd..5215eec 100644
--- a/src/crypto/err/CMakeLists.txt
+++ b/src/crypto/err/CMakeLists.txt
@@ -44,6 +44,8 @@ add_executable(
err_test
err_test.cc
+
+ $<TARGET_OBJECTS:test_support>
)
target_link_libraries(err_test crypto)