summaryrefslogtreecommitdiffstats
path: root/src/crypto/cmac/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/cmac/CMakeLists.txt')
-rw-r--r--src/crypto/cmac/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/crypto/cmac/CMakeLists.txt b/src/crypto/cmac/CMakeLists.txt
index 8ebd80c..bb3abc3 100644
--- a/src/crypto/cmac/CMakeLists.txt
+++ b/src/crypto/cmac/CMakeLists.txt
@@ -1,4 +1,4 @@
-include_directories(. .. ../../include)
+include_directories(../../include)
add_library(
cmac
@@ -12,6 +12,8 @@ add_executable(
cmac_test
cmac_test.cc
+
+ $<TARGET_OBJECTS:test_support>
)
target_link_libraries(cmac_test crypto)