X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a4fbd7770910a461be806b05bff0dfdf9a87e5e..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 858c661a99..84ac36f620 100644 --- a/teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/f77/ext/CMakeLists.txt @@ -7,11 +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(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)