1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-01 06:30:52 +02:00

perfect, dynamic libray suppart added

SOVERSION 1 used and requered
except for windoof!
This commit is contained in:
ClausKlein 2021-02-15 09:28:30 +01:00
parent fe76a4416c
commit 0322f4eeed
4 changed files with 13 additions and 11 deletions

View file

@ -1,6 +1,10 @@
cmake_minimum_required(VERSION 3.14...3.19)
project(GreeterTests LANGUAGES CXX)
project(
GreeterTests
VERSION 1
LANGUAGES CXX
)
# ---- Options ----