Skip to content
Snippets Groups Projects
Commit 8863d726 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL/LIE] Include Tests.cmake for BUILD_TESTING.

parent be497d45
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,7 @@ if(BUILD_SHARED_LIBS)
endif()
target_link_libraries(LIE PUBLIC ProcessLib LIECommon PRIVATE ParameterLib)
include(HydroMechanics/Tests.cmake)
include(SmallDeformation/Tests.cmake)
if(BUILD_TESTING)
include(HydroMechanics/Tests.cmake)
include(SmallDeformation/Tests.cmake)
endif()
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