Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update default platform in smpirun.
[simgrid.git] / teshsuite / simdag / network / CMakeLists.txt
index f65cb8f..9386944 100644 (file)
@@ -1,11 +1,14 @@
 cmake_minimum_required(VERSION 2.6)
 
-set(EXECUTABLE_OUTPUT_PATH "./")
-set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib")
+set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/simdag/network/")
 
 add_executable(test_reinit_costs test_reinit_costs.c)
 
 
 ### Add definitions for compile
-target_link_libraries(test_reinit_costs simgrid m pthread -fprofile-arcs)
+if(NOT WIN32)
+target_link_libraries(test_reinit_costs simgrid m pthread )
+else(NOT WIN32)
+target_link_libraries(test_reinit_costs simgrid)
+endif(NOT WIN32)