]> AND Public Git Repository - simgrid.git/blob - examples/msg/pmm/CMakeLists.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Debug the cloud API, it should work as expected now.
[simgrid.git] / examples / msg / pmm / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
4
5 add_executable(msg_pmm     msg_pmm.c)
6
7 target_link_libraries(msg_pmm simgrid m )