Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : update name of generated_files
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Thu, 21 Jun 2012 16:53:30 +0000 (18:53 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Thu, 21 Jun 2012 16:53:30 +0000 (18:53 +0200)
buildtools/Cmake/DefinePackages.cmake

index 1dac7f2..b81dcfe 100644 (file)
@@ -832,9 +832,9 @@ set(PLATFORMS_EXAMPLES
 
 set(generated_src_files
   ${CMAKE_HOME_DIRECTORY}/src/xbt/datadesc/ddt_parse.yy.c
-  src/xbt/automaton/y.tab.c
-  src/xbt/automaton/y.tab.h
-  src/xbt/automaton/automaton_parse.yy.c
+  src/xbt/automaton/parserPromela.tab.cacc
+  src/xbt/automaton/parserPromela.tab.hacc
+  src/xbt/automaton/automaton_lexer.yy.c
 )
 
 foreach(file ${generated_src_files})