1
0
mirror of https://github.com/google/leveldb.git synced 2025-04-25 14:00:27 +08:00
This commit is contained in:
Serg Kryvonos 2025-02-08 06:50:31 +08:00 committed by GitHub
commit 0e39b2830e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -237,8 +237,10 @@ target_include_directories(leveldb
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
set_target_properties(leveldb
PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR})
set_target_properties(leveldb PROPERTIES
VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR}
CMAKE_MSVC_RUNTIME_LIBRARY MultiThreaded$<$<CONFIG:Debug>:DebugDLL>
)
target_compile_definitions(leveldb
PRIVATE