Skip to content
Snippets Groups Projects
Commit 5db272ec authored by Tobias Leibner's avatar Tobias Leibner Committed by Dr. Felix Tobias Schindler
Browse files

[cmake] add parameter.cc to lib sources, order alphabetically

parent ee8a24d3
No related branches found
No related tags found
No related merge requests found
......@@ -8,24 +8,25 @@
# Felix Schindler (2017)
set(lib_dune_xt_common_sources
filesystem.cc
color.cc
configuration.cc
convergence-study.cc
exceptions.cc
filesystem.cc
localization-study.cc
logging.cc
timedlogging.cc
logstreams.cc
timings.cc
configuration.cc
signals.cc
math.cc
memory.cc
misc.cc
parallel/threadmanager.cc
parallel/helper.cc
parameter.cc
signals.cc
string.cc
test/common.cxx
timedlogging.cc
timings.cc
)
dune_library_add_sources(dunextcommon SOURCES ${lib_dune_xt_common_sources})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment