From dc7ae44a907e6338e8bef28a2f35130ef6d09739 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 15 Jan 2021 15:15:52 +0100 Subject: Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the .so filename. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bf34c7c..0a52550 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,9 @@ cmake_minimum_required (VERSION 2.8.9) set(PROJECT_VERSION "0.8.1") set(PACKAGE ${CMAKE_PROJECT_NAME}) +set(API_VERSION 0) +set(ABI_VERSION 0) + # Options option(DISABLE_TESTS "Disable tests" off) -- cgit v1.2.3