diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-11-02 16:31:42 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-11-02 16:31:42 +0100 |
commit | a77ec603a763ae484c70a83a9c5c0b835622cd0b (patch) | |
tree | 3d4ab4265e3951c177c069f7e706093a19956c06 /src/protocols/ec25519_fhmqvc/CMakeLists.txt | |
parent | 323dd35f9f347951d88130597a98e0a8da72d388 (diff) | |
download | fastd-a77ec603a763ae484c70a83a9c5c0b835622cd0b.tar fastd-a77ec603a763ae484c70a83a9c5c0b835622cd0b.zip |
Move all generated headers to the src subdir
Diffstat (limited to 'src/protocols/ec25519_fhmqvc/CMakeLists.txt')
-rw-r--r-- | src/protocols/ec25519_fhmqvc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/ec25519_fhmqvc/CMakeLists.txt b/src/protocols/ec25519_fhmqvc/CMakeLists.txt index 48d2ef4..f39fba8 100644 --- a/src/protocols/ec25519_fhmqvc/CMakeLists.txt +++ b/src/protocols/ec25519_fhmqvc/CMakeLists.txt @@ -1,4 +1,4 @@ -include_directories(${FASTD_SOURCE_DIR}/src ${FASTD_BINARY_DIR} ${UECC_INCLUDE_DIRS}) +include_directories(${FASTD_SOURCE_DIR}/src ${FASTD_BINARY_DIR}/src ${UECC_INCLUDE_DIRS}) add_library(protocol_ec25519_fhmqvc OBJECT ec25519_fhmqvc.c |