summaryrefslogtreecommitdiffstats
path: root/src/crypto/rsa/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/rsa/CMakeLists.txt')
-rw-r--r--src/crypto/rsa/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/rsa/CMakeLists.txt b/src/crypto/rsa/CMakeLists.txt
index 0ea12c8..bd8ad3b 100644
--- a/src/crypto/rsa/CMakeLists.txt
+++ b/src/crypto/rsa/CMakeLists.txt
@@ -1,4 +1,4 @@
-include_directories(. .. ../../include)
+include_directories(../../include)
add_library(
rsa
@@ -15,7 +15,7 @@ add_library(
add_executable(
rsa_test
- rsa_test.c
+ rsa_test.cc
$<TARGET_OBJECTS:test_support>
)