Revision df72835dc041a4000a59881263828a4cca6a05c8 authored by Dmitry Yu. Naumov on 18 June 2023, 19:37:29 UTC, committed by Dmitry Yu. Naumov on 18 June 2023, 19:37:29 UTC
Draft: THM: Improve J_uu for solid thermal expansion

See merge request ogs/ogs!4646
2 parent s 756836a + dcde4e0
Raw File
CMakeLists.txt
# Source files
get_source_files(SOURCES)

# Create the library
ogs_add_library(MeshGeoToolsLib ${SOURCES})

target_link_libraries(
    MeshGeoToolsLib PUBLIC GeoLib MathLib PRIVATE BaseLib MeshToolsLib
)

target_precompile_headers(MeshGeoToolsLib PRIVATE [["BaseLib/Error.h"]]
    [["BaseLib/ConfigTree.h"]] [["BaseLib/Logging.h"]] [["MeshLib/Mesh.h"]]
    [["MeshLib/Elements/Element.h"]])
back to top