Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert platform-properties
[simgrid.git] / teshsuite / msg / CMakeLists.txt
index 6efae26..eeaa9c0 100644 (file)
@@ -1,5 +1,5 @@
 # C examples
-foreach(x cloud-two-tasks get_sender platform-properties io-file task_listen_from task_destroy_cancel)
+foreach(x cloud-two-tasks get_sender io-file task_listen_from task_destroy_cancel)
   if(enable_msg)
     add_executable       (${x} EXCLUDE_FROM_ALL ${x}/${x}.c)
     target_link_libraries(${x} simgrid)
@@ -25,12 +25,11 @@ set(teshsuite_src ${teshsuite_src}  PARENT_SCOPE)
 set(tesh_files    ${tesh_files}    ${CMAKE_CURRENT_SOURCE_DIR}/app-bittorrent/app-bittorrent.tesh          PARENT_SCOPE)
 set(bin_files     ${bin_files}     ${CMAKE_CURRENT_SOURCE_DIR}/app-bittorrent/generate.py                  PARENT_SCOPE)
 set(xml_files     ${xml_files}     ${CMAKE_CURRENT_SOURCE_DIR}/app-bittorrent/app-bittorrent_d.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/platform-properties/platform-properties_d.xml
                                    PARENT_SCOPE)
 
 if(enable_msg)
   foreach(x app-bittorrent cloud-two-tasks get_sender task_destroy_cancel task_listen_from
-          io-file platform-properties)
+          io-file)
 
     ADD_TESH_FACTORIES(tesh-msg-${x} "raw"  --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms
                                             --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/msg/${x}