diff options
| author | yangwei <[email protected]> | 2024-09-05 18:00:39 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-09-05 18:00:39 +0800 |
| commit | 2215271156a316647c182f23bb4609d53e2f7e47 (patch) | |
| tree | 71a34a4001ded48f79718caeac0dddfda8884c8d | |
| parent | cac9187808a80205658589c0e432a3e2bafd78e8 (diff) | |
🔧 build(sapp_devel build): target_link packet_iov4.3.66Fix-ipfrag-metrics
| -rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 1229831..344b32e 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -21,7 +21,7 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/sapp_devel.cpp "") add_library(sapp_devel SHARED sapp_devel.cpp) -target_link_libraries(sapp_devel -Wl,--whole-archive ${SAPP_MODULES} -Wl,--no-whole-archive) +target_link_libraries(sapp_devel -Wl,--whole-archive ${SAPP_MODULES} -Wl,--no-whole-archive ${SAPP_DEPEND_DYN_LIB}) add_library(test_app_sapp SHARED test_app_sapp.c) |
