You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
399 B

1 year ago
#file(GLOB EXAMPLE_LIST RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *)
#foreach (EXAMPLE ${EXAMPLE_LIST})
# if (IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${EXAMPLE})
# if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${EXAMPLE}/CMakeLists.txt)
# add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${EXAMPLE})
# endif ()
# endif ()
#endforeach ()
add_subdirectory(top-thermoelastic-compare-3d)