diff options
| author | Brent Cook <bcook@openbsd.org> | 2018-06-14 05:59:20 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2018-06-14 05:59:20 -0500 |
| commit | bf368e58e7d7737957438fac99016f4e05a094f1 (patch) | |
| tree | 72fd96ec509d08296d7f562cef5d59fbf9b5ea05 /tests | |
| parent | 64b69515762f79c7d8841025455c188708059abd (diff) | |
| download | portable-bf368e58e7d7737957438fac99016f4e05a094f1.tar.gz portable-bf368e58e7d7737957438fac99016f4e05a094f1.tar.bz2 portable-bf368e58e7d7737957438fac99016f4e05a094f1.zip | |
add private includes for apps and tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 065d934..3ef7b84 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
| @@ -6,6 +6,7 @@ include_directories( | |||
| 6 | ../tls | 6 | ../tls |
| 7 | ../apps/openssl | 7 | ../apps/openssl |
| 8 | ../apps/openssl/compat | 8 | ../apps/openssl/compat |
| 9 | ../include/compat | ||
| 9 | ) | 10 | ) |
| 10 | 11 | ||
| 11 | add_definitions(-D_PATH_SSL_CA_FILE=\"${CMAKE_CURRENT_SOURCE_DIR}/../apps/openssl/cert.pem\") | 12 | add_definitions(-D_PATH_SSL_CA_FILE=\"${CMAKE_CURRENT_SOURCE_DIR}/../apps/openssl/cert.pem\") |
