diff options
author | Brent Cook <bcook@openbsd.org> | 2018-05-29 05:44:34 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-05-29 05:46:54 -0500 |
commit | 4fcfc82d83de32098530abfa3aff5d6fc5532433 (patch) | |
tree | 449adaa04fdd66b065fb9ffd4f58912d398c03ca /tests | |
parent | 9b4044d8edce19f72649ba2960a54d57373b84b5 (diff) | |
download | portable-4fcfc82d83de32098530abfa3aff5d6fc5532433.tar.gz portable-4fcfc82d83de32098530abfa3aff5d6fc5532433.tar.bz2 portable-4fcfc82d83de32098530abfa3aff5d6fc5532433.zip |
scope private/public headers when embedding into other projects
thanks to Cameron Palmer
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9c79313..065d934 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -1,7 +1,5 @@ | |||
1 | include_directories( | 1 | include_directories( |
2 | . | 2 | . |
3 | ../include | ||
4 | ../include/compat | ||
5 | ../crypto/modes | 3 | ../crypto/modes |
6 | ../crypto/asn1 | 4 | ../crypto/asn1 |
7 | ../ssl | 5 | ../ssl |