Skip to content

Commit

Permalink
Included thermal crack in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
psc committed Jun 13, 2024
1 parent 4927dc0 commit 6697672
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/thermomechanics/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
add_executable(ThermalDeformation thermal_deformation.cpp)
target_link_libraries(ThermalDeformation LINK_PUBLIC CabanaPD)
install(TARGETS ThermalDeformation DESTINATION ${CMAKE_INSTALL_BINDIR})

add_executable(ThermalCrack thermal_crack.cpp)
target_link_libraries(ThermalCrack LINK_PUBLIC CabanaPD)

install(TARGETS ThermalDeformation ThermalCrack DESTINATION ${CMAKE_INSTALL_BINDIR})

0 comments on commit 6697672

Please sign in to comment.