build: core library and each system separated to dedicated CMake targets

Refers to #249
This commit is contained in:
Mateusz Pusz
2021-03-16 23:05:45 +01:00
parent 7ee0e3ff90
commit 221883bb25
206 changed files with 547 additions and 121 deletions

View File

@@ -21,7 +21,7 @@
# SOFTWARE.
cmake_minimum_required(VERSION 3.15)
project(mp-units
project(mp-units-dev
LANGUAGES CXX
)