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 --- apps/openssl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/openssl') diff --git a/apps/openssl/CMakeLists.txt b/apps/openssl/CMakeLists.txt index 1fe9004..db63ecf 100644 --- a/apps/openssl/CMakeLists.txt +++ b/apps/openssl/CMakeLists.txt @@ -68,7 +68,7 @@ else() endif() add_executable(openssl ${OPENSSL_SRC}) -target_include_directories(openssl PRIVATE .) +target_include_directories(openssl PRIVATE . ../../include/compat) target_link_libraries(openssl ${OPENSSL_LIBS}) if(ENABLE_LIBRESSL_INSTALL) -- cgit v1.2.3-55-g6feb