X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/982b4e75dbf84810d88dd2170fa80e2da575c8b9..aa6668dbbd08c418867588055ca2c2d7c89abbfc:/examples/msg/kadeploy/CMakeLists.txt diff --git a/examples/msg/kadeploy/CMakeLists.txt b/examples/msg/kadeploy/CMakeLists.txt index c3f9e4f4d9..f28d923986 100644 --- a/examples/msg/kadeploy/CMakeLists.txt +++ b/examples/msg/kadeploy/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6) set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") -add_executable(kadeploy kadeploy.c) +add_executable(kadeploy kadeploy.c iterator.c common.c messages.c broadcaster.c peer.c) ### Add definitions for compile target_link_libraries(kadeploy simgrid m ) @@ -23,6 +23,11 @@ set(xml_files ) set(examples_src ${examples_src} + ${CMAKE_CURRENT_SOURCE_DIR}/iterator.c + ${CMAKE_CURRENT_SOURCE_DIR}/common.c + ${CMAKE_CURRENT_SOURCE_DIR}/messages.c + ${CMAKE_CURRENT_SOURCE_DIR}/broadcaster.c + ${CMAKE_CURRENT_SOURCE_DIR}/peer.c ${CMAKE_CURRENT_SOURCE_DIR}/kadeploy.c PARENT_SCOPE )