Cloned SEACAS for EXODUS library with extra build files for internal package management.
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.

20 lines
312 B

2 years ago
TRIBITS_SUBPACKAGE(Ejoin)
TRIBITS_INCLUDE_DIRECTORIES(
"${CMAKE_CURRENT_SOURCE_DIR}"
)
SET(HEADERS "")
APPEND_GLOB(SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.C)
TRIBITS_ADD_EXECUTABLE(
ejoin
NOEXEPREFIX
NOEXESUFFIX
SOURCES ${SOURCES}
COMM serial mpi
INSTALLABLE
)
TRIBITS_SUBPACKAGE_POSTPROCESS()