2010-01-14 18:10:20 +00:00
|
|
|
# Copyright (c) 2007-2010 High Performance Computing Center Stuttgart,
|
2008-12-10 20:59:20 +00:00
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
SET(CHELLO_FILES
|
|
|
|
chello.c
|
|
|
|
)
|
|
|
|
|
|
|
|
ADD_EXECUTABLE (chello ${CHELLO_FILES})
|
|
|
|
|
2010-01-14 18:10:20 +00:00
|
|
|
TARGET_LINK_LIBRARIES (chello libmpi)
|