added message to output version

pull/12/head
matt 2021-08-21 00:06:31 +01:00
parent 3a8ddb6904
commit 2d48d7cb45
No known key found for this signature in database
GPG Key ID: 089C8B076569DD58
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ target_link_libraries(aasdk
${WINSOCK2_LIBRARIES})
set(aasdk_VERSION_STRING ${aasdk_VERSION_MAJOR}.${aasdk_VERSION_MINOR}.${aasdk_VERSION_PATCH})
message(INFO " Project Version: ${aasdk_VERSION_STRING}")
set_target_properties(aasdk PROPERTIES VERSION ${aasdk_VERSION_STRING}
SOVERSION ${aasdk_VERSION_MAJOR})