Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first prealpha not working prototype (please public keep away) version of what could...
[simgrid.git] / examples / simdag / metaxml / CMakeLists.txt
index 7e53381..ab744c8 100644 (file)
@@ -1,8 +1,12 @@
 cmake_minimum_required(VERSION 2.6)
 
-set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/simdag/metaxml/")
+set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 
 add_executable(sd_meta sd_meta.c)
 
 ### Add definitions for compile
+if(NOT WIN32)
 target_link_libraries(sd_meta simgrid pthread m )
+else(NOT WIN32)
+target_link_libraries(sd_meta simgrid)
+endif(NOT WIN32)
\ No newline at end of file