Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove unused example
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 20 Jun 2012 17:02:06 +0000 (19:02 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 20 Jun 2012 17:02:06 +0000 (19:02 +0200)
examples/msg/mc/CMakeLists.txt

index ca674e8..34cf083 100644 (file)
@@ -16,7 +16,6 @@ add_executable(bugged2_liveness bugged2_liveness.c)
 add_executable(centralized_liveness centralized_liveness.c)
 add_executable(centralized_liveness_deadlock centralized_liveness_deadlock.c)
 add_executable(test_snapshot test_snapshot.c)
-add_executable(example example.c)
 
 target_link_libraries(centralized simgrid m )
 target_link_libraries(bugged1     simgrid m )
@@ -31,7 +30,6 @@ target_link_libraries(bugged2_liveness     simgrid m )
 target_link_libraries(centralized_liveness     simgrid m )
 target_link_libraries(centralized_liveness_deadlock     simgrid m )
 target_link_libraries(test_snapshot     simgrid m )
-target_link_libraries(example     simgrid m )
 endif(HAVE_MC)
 
 set(tesh_files