Add missing CMakeLists.txt

This commit is contained in:
Dominik Demuth
2026-03-08 10:28:13 +01:00
parent a488c47713
commit e242b6b11f
2 changed files with 18 additions and 0 deletions

9
src/times/CMakeLists.txt Normal file
View File

@@ -0,0 +1,9 @@
add_library(
RWTime STATIC
base.cpp
base.h
delta.cpp
delta.h
lognormal.cpp
lognormal.h
)

9
src/utils/CMakeLists.txt Normal file
View File

@@ -0,0 +1,9 @@
add_library(
utils STATIC
functions.cpp
functions.h
io.cpp
io.h
ranges.cpp
ranges.h
)