Revision 9722d4116de85406ac3729e587b0b4fa0d14fffa authored by Dmitri Naumov on 10 March 2021, 15:28:31 UTC, committed by Dmitri Naumov on 17 March 2021, 07:58:31 UTC
BaseLib::Counter is used in single place only, so
we can simplify that one place using MeshLib::Mesh
local static counter.
1 parent a7294bd
Raw File
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

target_link_libraries(
    ParameterLib PUBLIC MathLib PRIVATE BaseLib exprtk MeshLib spdlog::spdlog
)
back to top