X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a4fbd7770910a461be806b05bff0dfdf9a87e5e..c72ae2d0e2eeb74a7a5183892f8006c6da1fa671:/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt b/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt index 2572c4bb42..fb41d8b0c1 100644 --- a/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt @@ -7,12 +7,11 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN) endif() include_directories(BEFORE "${CMAKE_HOME_DIRECTORY}/include/smpi") - include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../include/") add_executable(winaccf90 winaccf90.f90) # add_executable(winerrf90 winerrf90.f90) add_executable(winfencef90 winfencef90.f90) -# add_executable(wingroupf90 wingroupf90.f90) + add_executable(wingroupf90 wingroupf90.f90) # add_executable(baseattrwinf90 baseattrwinf90.f90) # add_executable(winattr2f90 winattr2f90.f90) # add_executable(winattrf90 winattrf90.f90) @@ -25,7 +24,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN) target_link_libraries(winaccf90 simgrid mtest_f90) #target_link_libraries(winerrf90 simgrid mtest_f90) target_link_libraries(winfencef90 simgrid mtest_f90) -#target_link_libraries(wingroupf90 simgrid mtest_f90) +target_link_libraries(wingroupf90 simgrid mtest_f90) #target_link_libraries(baseattrwinf90 simgrid mtest_f90) target_link_libraries(c2f2cwinf90 simgrid mtest_f90) #target_link_libraries(winattr2f90 simgrid mtest_f90)