diff options
Diffstat (limited to '')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 8d6fa9d..f38486c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -30,6 +30,8 @@ elseif(HOST_I386) | |||
30 | include_directories(../crypto/arch/i386/) | 30 | include_directories(../crypto/arch/i386/) |
31 | elseif(HOST_MIPS64) | 31 | elseif(HOST_MIPS64) |
32 | include_directories(../crypto/arch/mips64) | 32 | include_directories(../crypto/arch/mips64) |
33 | elseif(HOST_LOONGARCH64) | ||
34 | include_directories(../crypto/arch/loongarch64) | ||
33 | elseif(HOST_MIPS) | 35 | elseif(HOST_MIPS) |
34 | # XXX - can this go away? the directory doesn't exist... | 36 | # XXX - can this go away? the directory doesn't exist... |
35 | elseif(HOST_POWERPC) | 37 | elseif(HOST_POWERPC) |