mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-21 02:19:34 -06:00
cmake added todo task
This commit is contained in:
@@ -221,6 +221,7 @@ set_target_properties(${TinyOrm_target}
|
||||
|
||||
# Append a major version number for shared or static library on Windows/MinGW only
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
# TODO use a new CMAKE_DLL_NAME_WITH_SOVERSION in CMake v3.27 silverqx
|
||||
set_property(
|
||||
TARGET ${TinyOrm_target}
|
||||
PROPERTY OUTPUT_NAME "${TinyOrm_target}${PROJECT_VERSION_MAJOR}"
|
||||
|
||||
Reference in New Issue
Block a user