2012-07-27 11:49:09 +00:00
|
|
|
# Copyright (c) 2007-2012 High Performance Computing Center Stuttgart,
|
2010-12-02 12:08:08 +00:00
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2012-06-18 08:58:27 +00:00
|
|
|
#PROJECT(CHELLO C CXX)
|
|
|
|
|
2010-12-02 12:08:08 +00:00
|
|
|
SET(CHELLO_FILES
|
|
|
|
chello.c
|
|
|
|
)
|
|
|
|
|
|
|
|
ADD_EXECUTABLE (chello ${CHELLO_FILES})
|
|
|
|
|
2012-07-27 11:49:09 +00:00
|
|
|
TARGET_LINK_LIBRARIES (chello libmpi)
|