diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-03-24 17:13:27 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2015-03-24 17:13:27 +0100 |
commit | 9eac618a73006c9c74f79695d94a4ed305583c39 (patch) | |
tree | abb4f9c747eb951aa6c1e8322914d53db6d145fa /src/protocols | |
parent | 9ef4d441ad91ebcbc68bdae309122f128ed69f56 (diff) | |
download | fastd-9eac618a73006c9c74f79695d94a4ed305583c39.tar fastd-9eac618a73006c9c74f79695d94a4ed305583c39.zip |
Make build dependencies more configurable
Diffstat (limited to 'src/protocols')
-rw-r--r-- | src/protocols/ec25519_fhmqvc/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocols/ec25519_fhmqvc/CMakeLists.txt b/src/protocols/ec25519_fhmqvc/CMakeLists.txt index 9252a08..8e6bed0 100644 --- a/src/protocols/ec25519_fhmqvc/CMakeLists.txt +++ b/src/protocols/ec25519_fhmqvc/CMakeLists.txt @@ -1,3 +1,4 @@ + add_library(protocol_ec25519_fhmqvc OBJECT ec25519_fhmqvc.c handshake.c @@ -5,4 +6,4 @@ add_library(protocol_ec25519_fhmqvc OBJECT util.c ) set_property(TARGET protocol_ec25519_fhmqvc PROPERTY COMPILE_FLAGS "${FASTD_CFLAGS}") -set_property(TARGET protocol_ec25519_fhmqvc APPEND PROPERTY INCLUDE_DIRECTORIES ${UECC_INCLUDE_DIRS}) +set_property(TARGET protocol_ec25519_fhmqvc APPEND PROPERTY INCLUDE_DIRECTORIES ${LIBUECC_INCLUDE_DIR}) |