aboutsummaryrefslogtreecommitdiff
path: root/apps/openssl
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-06-14 05:59:20 -0500
committerBrent Cook <bcook@openbsd.org>2018-06-14 05:59:20 -0500
commitbf368e58e7d7737957438fac99016f4e05a094f1 (patch)
tree72fd96ec509d08296d7f562cef5d59fbf9b5ea05 /apps/openssl
parent64b69515762f79c7d8841025455c188708059abd (diff)
downloadportable-bf368e58e7d7737957438fac99016f4e05a094f1.tar.gz
portable-bf368e58e7d7737957438fac99016f4e05a094f1.tar.bz2
portable-bf368e58e7d7737957438fac99016f4e05a094f1.zip
add private includes for apps and tests
Diffstat (limited to 'apps/openssl')
-rw-r--r--apps/openssl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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()
68endif() 68endif()
69 69
70add_executable(openssl ${OPENSSL_SRC}) 70add_executable(openssl ${OPENSSL_SRC})
71target_include_directories(openssl PRIVATE .) 71target_include_directories(openssl PRIVATE . ../../include/compat)
72target_link_libraries(openssl ${OPENSSL_LIBS}) 72target_link_libraries(openssl ${OPENSSL_LIBS})
73 73
74if(ENABLE_LIBRESSL_INSTALL) 74if(ENABLE_LIBRESSL_INSTALL)