Skip to content
Snippets Groups Projects
Commit 6f40668c authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Fix cmake install

parent 6953a1a7
No related merge requests found
...@@ -37,6 +37,10 @@ set(ngtcp2_crypto_openssl_INCLUDE_DIRS ...@@ -37,6 +37,10 @@ set(ngtcp2_crypto_openssl_INCLUDE_DIRS
"${OPENSSL_INCLUDE_DIRS}" "${OPENSSL_INCLUDE_DIRS}"
) )
foreach(name libngtcp2_crypto_openssl.pc)
configure_file("${name}.in" "${name}" @ONLY)
endforeach()
# Public shared library # Public shared library
add_library(ngtcp2_crypto_openssl ${ngtcp2_crypto_openssl_SOURCES}) add_library(ngtcp2_crypto_openssl ${ngtcp2_crypto_openssl_SOURCES})
set_target_properties(ngtcp2_crypto_openssl PROPERTIES set_target_properties(ngtcp2_crypto_openssl PROPERTIES
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment