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
322 B
20 lines
322 B
|
|
TRIBITS_SUBPACKAGE(Nemspread)
|
|
|
|
TRIBITS_INCLUDE_DIRECTORIES(
|
|
"${CMAKE_CURRENT_SOURCE_DIR}"
|
|
)
|
|
|
|
SET(HEADERS "")
|
|
APPEND_GLOB(SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.C)
|
|
|
|
TRIBITS_ADD_EXECUTABLE(
|
|
nem_spread
|
|
NOEXEPREFIX
|
|
NOEXESUFFIX
|
|
SOURCES ${SOURCES}
|
|
COMM serial mpi
|
|
INSTALLABLE
|
|
)
|
|
|
|
TRIBITS_SUBPACKAGE_POSTPROCESS()
|
|
|