Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in the CMakeLists.txt files
[simgrid.git] / teshsuite / mc / replay / CMakeLists.txt
index e4e986d..9bfb7ad 100644 (file)
@@ -1,20 +1,16 @@
-set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
-add_executable(random_bug random_bug.c)
+add_executable       (random_bug random_bug.c)
 target_link_libraries(random_bug simgrid)
 
 set(tesh_files
   ${tesh_files}
   ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.tesh
   ${CMAKE_CURRENT_SOURCE_DIR}/random_bug_replay.tesh
-  PARENT_SCOPE
-  )
+  PARENT_SCOPE)
 set(testsuite_src
   ${testsuite_src}
   ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.c
-  PARENT_SCOPE
-  )
+  PARENT_SCOPE)
 set(xml_files
   ${xml_files}
   ${CMAKE_CURRENT_SOURCE_DIR}/random_bug.xml
-  PARENT_SCOPE
-  )
+  PARENT_SCOPE)