diff options
| author | lijia <[email protected]> | 2024-08-29 11:00:28 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-08-29 11:00:28 +0800 |
| commit | 2bb1e0673a69975ee1d6a4ac86f90a36c5f74fa8 (patch) | |
| tree | ae1df900590601e628940561a15b4713aeedb144 /src/CMakeLists.txt | |
| parent | 60b96b10eb985d13ef6df0f4fc525074e7128325 (diff) | |
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index db4cca3..5a895a6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,4 +12,4 @@ set_target_properties(${lib_name} PROPERTIES PREFIX "") target_link_libraries(${lib_name} ${DNS_DEPEND_DYN_LIB} pthread -Wl,--no-whole-archive openssl-crypto-static -Wl,--no-whole-archive openssl-ssl-static) set_target_properties(${lib_name} PROPERTIES OUTPUT_NAME ${lib_name}) -install(TARGETS ${lib_name} LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/sapp/stellar_plugin/quic_decoder COMPONENT LIBRARIES) +install(TARGETS ${lib_name} LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/sapp/stellar_plugin/ COMPONENT LIBRARIES) |
