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