1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

CMake: create shared libraries with correct SO name

Fix #174
This commit is contained in:
Xorg 2022-10-22 21:16:44 +02:00
commit 7cabadd903
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A
3 changed files with 18 additions and 7 deletions

View file

@ -1,7 +1,9 @@
cmake_minimum_required(VERSION 3.13)
set(VERSION "0.6.0")
set(SOVERSION 16)
set(LIBCPUID_CURRENT 16)
set(LIBCPUID_AGE 0)
set(LIBCPUID_REVISION 0)
project(
cpuid
LANGUAGES C CXX ASM_MASM