From: Samuel Lepetit Date: Tue, 26 Jun 2012 08:27:21 +0000 (+0200) Subject: Add bittorrent files to the CMakeLists X-Git-Tag: v3_8~463 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/666e63d86176b45a0591eb6a7f7b490b8ebe6c1f Add bittorrent files to the CMakeLists --- diff --git a/examples/lua/CMakeLists.txt b/examples/lua/CMakeLists.txt index ac06ad72fd..10ac958b62 100644 --- a/examples/lua/CMakeLists.txt +++ b/examples/lua/CMakeLists.txt @@ -15,6 +15,7 @@ set(xml_files ${CMAKE_CURRENT_SOURCE_DIR}/multi_matrix/quicksort_platform.xml ${CMAKE_CURRENT_SOURCE_DIR}/deploy.xml ${CMAKE_CURRENT_SOURCE_DIR}/state_cloner/deployment_duplicated_globals.xml + ${CMAKE_CURRENT_SOURCE_DIR}/bittorrent/bittorrent.xml PARENT_SCOPE ) set(examples_src @@ -27,6 +28,9 @@ set(examples_src ${CMAKE_CURRENT_SOURCE_DIR}/masterslave/platform.lua ${CMAKE_CURRENT_SOURCE_DIR}/masterslave/slave.lua ${CMAKE_CURRENT_SOURCE_DIR}/chord/chord.lua + ${CMAKE_CURRENT_SOURCE_DIR}/bittorrent/bittorrent.lua + ${CMAKE_CURRENT_SOURCE_DIR}/bittorrent/peer.lua + ${CMAKE_CURRENT_SOURCE_DIR}/bittorrent/tracker.lua ${CMAKE_CURRENT_SOURCE_DIR}/splaySim/master.lua ${CMAKE_CURRENT_SOURCE_DIR}/splaySim/splay_deploy_masterslave.lua ${CMAKE_CURRENT_SOURCE_DIR}/splaySim/splay_ctrl.lua @@ -58,4 +62,4 @@ set(txt_files ${CMAKE_CURRENT_SOURCE_DIR}/tracing/file.trace ${CMAKE_CURRENT_SOURCE_DIR}/tracing/simgrid.trace PARENT_SCOPE -) \ No newline at end of file +)