Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dcd455c..1a1b7d5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -92,3 +92,9 @@ IF(EXISTS ${json})
)
ENDIF()
+
+IF(ABIVERSION)
+ SET_TARGET_PROPERTIES(ubox PROPERTIES VERSION ${ABIVERSION})
+ SET_TARGET_PROPERTIES(json_script PROPERTIES VERSION ${ABIVERSION})
+ SET_TARGET_PROPERTIES(blobmsg_json PROPERTIES VERSION ${ABIVERSION})
+ENDIF()