Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the code to of "change_name" was moved into the dax loader
[simgrid.git] / examples / simdag / dax / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/simdag/dax/")
4
5 add_executable(dax_test dax_test.c)
6
7 ### Add definitions for compile
8 target_link_libraries(dax_test simgrid pthread m )