X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/efff2abcbc9698802e87b535bd681402072e09c2..0c9f5cd523e70a19473b32c3034f8eed1c26b770:/teshsuite/smpi/mpich3-test/f77/util/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/f77/util/CMakeLists.txt b/teshsuite/smpi/mpich3-test/f77/util/CMakeLists.txt index f0b1126012..c0e65e2bcd 100644 --- a/teshsuite/smpi/mpich3-test/f77/util/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/f77/util/CMakeLists.txt @@ -15,3 +15,9 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_F2C) #F77 version of the mtest library add_library(mtest_f77 STATIC ../util/mtestf.f) endif() + +set(txt_files + ${txt_files} + ${CMAKE_CURRENT_SOURCE_DIR}/../util/mtestf.f + PARENT_SCOPE + )