diff options
author | Brent Cook <busterb@gmail.com> | 2023-07-04 10:37:24 +0300 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-07-04 10:37:24 +0300 |
commit | 71ce0b8c3e07079a40011d2f3515969e3bdf302e (patch) | |
tree | 78aae3da0c893e54f2c65240f4dc3cbc317d739c /ssl | |
parent | b16ad4dbd4143aa27e89744a635ebd7d48697af4 (diff) | |
download | portable-71ce0b8c3e07079a40011d2f3515969e3bdf302e.tar.gz portable-71ce0b8c3e07079a40011d2f3515969e3bdf302e.tar.bz2 portable-71ce0b8c3e07079a40011d2f3515969e3bdf302e.zip |
generate opensslconf.h in build dir for cmake
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index f5d52f7..88e7bbd 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
@@ -69,7 +69,8 @@ target_include_directories(ssl_obj | |||
69 | ../crypto/bio | 69 | ../crypto/bio |
70 | ../include/compat | 70 | ../include/compat |
71 | PUBLIC | 71 | PUBLIC |
72 | ../include) | 72 | ../include |
73 | ${CMAKE_BINARY_DIR}/include) | ||
73 | 74 | ||
74 | add_library(bs_obj OBJECT ${BS_SRC}) | 75 | add_library(bs_obj OBJECT ${BS_SRC}) |
75 | target_include_directories(bs_obj | 76 | target_include_directories(bs_obj |