From bf368e58e7d7737957438fac99016f4e05a094f1 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 14 Jun 2018 05:59:20 -0500 Subject: add private includes for apps and tests --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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( ../tls ../apps/openssl ../apps/openssl/compat + ../include/compat ) add_definitions(-D_PATH_SSL_CA_FILE=\"${CMAKE_CURRENT_SOURCE_DIR}/../apps/openssl/cert.pem\") -- cgit v1.2.3-55-g6feb