From 71ce0b8c3e07079a40011d2f3515969e3bdf302e Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 4 Jul 2023 10:37:24 +0300 Subject: generate opensslconf.h in build dir for cmake --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 48d2da7..715919e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -13,6 +13,7 @@ include_directories( ../apps/openssl ../apps/openssl/compat ../include + ${CMAKE_BINARY_DIR}/include ../include/compat ) -- cgit v1.2.3-55-g6feb