diff options
| author | 彭宣正 <[email protected]> | 2021-04-07 17:53:15 +0800 |
|---|---|---|
| committer | 彭宣正 <[email protected]> | 2021-06-04 12:05:22 +0800 |
| commit | 43d9aff529552b6e390897acaa9d365ac1bea3e2 (patch) | |
| tree | e47086445d9060dd93f49a6e87e76ff6ad936311 /CMakeLists.txt | |
| parent | a8573f53cb510325004f5bc1455034ebb86c58aa (diff) | |
✨feat(hos_client_create和hos_client_destory): 添加只能锁,保证create和destory不被打断
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6668e294..9c691f24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,12 +10,12 @@ set(CMAKE_MACOSX_RPATH 0) #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall -fno-rtti") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -Wall ") -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Xlinker --unresolved-symbols=ignore-in-shared-libs") +#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Xlinker --unresolved-symbols=ignore-in-shared-libs") set(CMAKE_INSTALL_PREFIX /opt/MESA) -#set(SUPPORT_INSTALL_PREFIX /usr/local/lib64) +set(SUPPORT_INSTALL_PREFIX /usr/local/lib64) -#add_subdirectory(support) +add_subdirectory(support) add_subdirectory(src) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/src/libhos-client-cpp.so DESTINATION ${CMAKE_INSTALL_PREFIX}/lib COMPONENT LIBRARIES) |
