Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
f65cb8fc7adbc2c323d6c31c77989da33d5b73c0
[simgrid.git] / teshsuite / simdag / network / 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(test_reinit_costs test_reinit_costs.c)
7
8
9 ### Add definitions for compile
10 target_link_libraries(test_reinit_costs simgrid m pthread -fprofile-arcs)
11