Revision a9a39d454ba64f79be26d4a6539fc57f0d72864b authored by Dmitri Naumov on 27 April 2023, 17:11:09 UTC, committed by Dmitri Naumov on 04 May 2023, 07:20:35 UTC
Testing precision of the output value written in the xdmf file.
1 parent 25dce78
Raw File
CMakeLists.txt
get_source_files(SOURCES)
ogs_add_library(ParameterLib ${SOURCES})

target_link_libraries(
    ParameterLib PUBLIC MathLib PRIVATE BaseLib exprtk MeshLib
)

target_precompile_headers(ParameterLib PRIVATE [["BaseLib/Error.h"]]
    [["BaseLib/ConfigTree.h"]] [["BaseLib/Logging.h"]]
    [["ParameterLib/Parameter.h"]] <Eigen/Core>)
back to top