Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update all the platforms file with the new s/:/_/ in DTD
[simgrid.git] / examples / msg / icomms / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/icomms/")
4
5 add_executable(peer peer.c)
6 target_link_libraries(peer simgrid)
7
8 add_executable(peer2 peer2.c)
9 target_link_libraries(peer2 simgrid)
10
11 add_executable(peer3 peer3.c)
12 target_link_libraries(peer3 simgrid)