Skip to content
Snippets Groups Projects
Commit 2fdc10ab authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[cmake] Exlcude TH2M tests if process is disabled.

parent 2b41b2c9
No related branches found
No related tags found
No related merge requests found
get_source_files(SOURCES PhaseTransitionModels)
ogs_add_library(TH2M ${SOURCES})
if(BUILD_SHARED_LIBS)
install(TARGETS TH2M LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif()
target_link_libraries(TH2M PUBLIC ProcessLib PRIVATE ParameterLib)
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