Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean some unused source lines.
[simgrid.git] / buildtools / CPACK / simgrid_CMakeList / teshsuite / gras / msg_handle / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "./")
4 set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib")
5
6 add_executable(msg_handle_simulator msg_handle.c _msg_handle_simulator.c)
7 add_executable(msg_handle_client msg_handle.c _msg_handle_client.c)
8 add_executable(msg_handle_server msg_handle.c _msg_handle_server.c)
9
10 ### Add definitions for compile
11 target_link_libraries(msg_handle_simulator simgrid m pthread -fprofile-arcs)
12 target_link_libraries(msg_handle_client gras m pthread -fprofile-arcs)
13 target_link_libraries(msg_handle_server gras m pthread -fprofile-arcs)