diff options
| author | lijia <[email protected]> | 2021-09-17 18:10:05 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2021-09-17 18:10:05 +0800 |
| commit | 140cdc5521f57bf558e8dd7f77c5297d37f9d983 (patch) | |
| tree | 19afa8edecdf9542616d15cc3053e24edd77d30a /test/CMakeLists.txt | |
| parent | 9f425afef6ad25592278735658f2d97a396c730f (diff) | |
TSG-7789, sapp支持以.so形式发布, 便于其他模块测试.
Diffstat (limited to 'test/CMakeLists.txt')
| -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 57457ea..c2effa1 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -46,7 +46,7 @@ add_custom_command(OUTPUT libtest_phony.a COMMAND ar -x ${CMAKE_BINARY_DIR}/vendor/libevent/lib/libevent.a COMMAND ar -rc libsapp_devel.a *.o - #COMMAND g++ -fPIC -shared -o libsapp_devel.so *.o + COMMAND g++ -fPIC -shared -o libsapp_devel.so *.o ) add_library(test_app_sapp SHARED test_app_sapp.c) |
