X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3298143d154ffad1e3935770d53b15b34caea69a..3e5973d9db0e6a3b9b53bcd7566645bcacfedbcf:/teshsuite/smpi/mpich3-test/f77/rma/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/f77/rma/CMakeLists.txt b/teshsuite/smpi/mpich3-test/f77/rma/CMakeLists.txt index 5231aa57a9..afd0b85970 100644 --- a/teshsuite/smpi/mpich3-test/f77/rma/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/f77/rma/CMakeLists.txt @@ -12,7 +12,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN) add_executable(winaccf winaccf.f) # add_executable(winerrf winerrf.f) add_executable(winfencef winfencef.f) -# add_executable(wingroupf wingroupf.f) + add_executable(wingroupf wingroupf.f) # add_executable(baseattrwinf baseattrwinf.f) # add_executable(winattr2f winattr2f.f) # add_executable(winattrf winattrf.f) @@ -25,7 +25,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN) target_link_libraries(winaccf simgrid mtest_f77) #target_link_libraries(winerrf simgrid mtest_f77) target_link_libraries(winfencef simgrid mtest_f77) -#target_link_libraries(wingroupf simgrid mtest_f77) +target_link_libraries(wingroupf simgrid mtest_f77) #target_link_libraries(baseattrwinf simgrid mtest_f77) target_link_libraries(c2f2cwinf simgrid mtest_f77) #target_link_libraries(winattr2f simgrid mtest_f77) @@ -53,6 +53,7 @@ set(examples_src ${CMAKE_CURRENT_SOURCE_DIR}/winscale1f.f ${CMAKE_CURRENT_SOURCE_DIR}/winscale2f.f ${CMAKE_CURRENT_SOURCE_DIR}/addsize.h + ${CMAKE_CURRENT_SOURCE_DIR}/attraints.h PARENT_SCOPE) set(txt_files ${txt_files}