Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent the rest of the code (examples, buildtools, doc...) except for examples/SMPI...
[simgrid.git] / examples / msg / properties / CMakeLists.txt
index 0cb82e3..3a01ad9 100644 (file)
@@ -1,9 +1,8 @@
 cmake_minimum_required(VERSION 2.6)
 
-set(EXECUTABLE_OUTPUT_PATH "./")
-set(LIBRARY_OUTPUT_PATH "${PROJECT_DIRECTORY}/lib")
+set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/properties/")
 
 add_executable(msg_prop msg_prop.c)
 
 ### Add definitions for compile
-target_link_libraries(msg_prop simgrid m -fprofile-arcs)
+target_link_libraries(msg_prop simgrid m )