Revision d6e0eccbd75d61d9a1adfd543207ca44e1976e73 authored by Dmitry Yu. Naumov on 23 February 2021, 09:19:49 UTC, committed by Dmitry Yu. Naumov on 23 February 2021, 09:19:49 UTC
[doc/TM] Drop unused tags documentation.

See merge request ogs/ogs!3457
2 parent s 4e0cd0a + fa11ff2
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