X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c72ae2d0e2eeb74a7a5183892f8006c6da1fa671..e3ff580889f5d85e5bdb7a42bad335184bbce0ed:/teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt b/teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt index da6e1c858b..84ac36f620 100644 --- a/teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt @@ -8,9 +8,10 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN) include_directories(BEFORE "${CMAKE_HOME_DIRECTORY}/include/smpi") -# add_executable(allocmemf allocmemf.f) -# add_executable(c2f2cf c2f2cf.f c2f2c.c) -# add_executable(ctypesinf ctypesinf.f ctypesfromc.c) +# add_executable(allocmemf EXCLUDE_FROM_ALL allocmemf.f) +# add_executable(c2f2cf EXCLUDE_FROM_ALL c2f2cf.f c2f2c.c) +# add_executable(ctypesinf EXCLUDE_FROM_ALL ctypesinf.f ctypesfromc.c) +# add_dependencies(tests allocmemf c2f2cf ctypesinf) # target_link_libraries(allocmemf simgrid mtest_f77) # target_link_libraries(c2f2cf simgrid mtest_f77)