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:
parent
fe76a4416c
commit
0322f4eeed
4 changed files with 13 additions and 11 deletions
|
@ -1,6 +1,10 @@
|
|||
cmake_minimum_required(VERSION 3.14...3.19)
|
||||
|
||||
project(GreeterTests LANGUAGES CXX)
|
||||
project(
|
||||
GreeterTests
|
||||
VERSION 1
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
# ---- Options ----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue