diff options
| author | 杨威 <[email protected]> | 2019-05-23 15:32:53 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2019-05-23 15:32:53 +0800 |
| commit | 3f934f8e5812f71efb1aff7fdf7652b4e5173635 (patch) | |
| tree | 260c165fc660c1f118a1d5c3b82e96fd093b4e6f | |
| parent | 30ba3924047350b56dae526a7fc363998c1e740c (diff) | |
Update CMakeLists.txt
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 465dd6e..f4d65cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ file(GLOB SRC # Shared Library Output add_library(${lib_name}_shared SHARED ${SRC}) -set_target_properties(${lib_name}_shared PROPERTIES OUTPUT_NAME ${lib_name} LIBRARY_OUTPUT_DIRECTORY "${CMAKE_INSTALL_PREFIX}/lib") +set_target_properties(${lib_name}_shared PROPERTIES OUTPUT_NAME ${lib_name}) # static Library Output add_library(${lib_name}_static STATIC ${SRC}) |
