summaryrefslogtreecommitdiffstats
path: root/src/crypto/ec/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/ec/CMakeLists.txt')
-rw-r--r--src/crypto/ec/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crypto/ec/CMakeLists.txt b/src/crypto/ec/CMakeLists.txt
index a218c0d..b5ebefa 100644
--- a/src/crypto/ec/CMakeLists.txt
+++ b/src/crypto/ec/CMakeLists.txt
@@ -20,12 +20,16 @@ add_executable(
example_mul
example_mul.c
+
+ $<TARGET_OBJECTS:test_support>
)
add_executable(
ec_test
ec_test.cc
+
+ $<TARGET_OBJECTS:test_support>
)
target_link_libraries(example_mul crypto)