Add missing CMakeLists.txt
This commit is contained in:
9
src/times/CMakeLists.txt
Normal file
9
src/times/CMakeLists.txt
Normal 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
9
src/utils/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
add_library(
|
||||
utils STATIC
|
||||
functions.cpp
|
||||
functions.h
|
||||
io.cpp
|
||||
io.h
|
||||
ranges.cpp
|
||||
ranges.h
|
||||
)
|
||||
Reference in New Issue
Block a user