CGRA-ME
|
Functions | |
find_package (BISON) find_package(FLEX) set(gen_dir $ | |
generated | file (MAKE_DIRECTORY ${gen_dir}) set(dot_tab_cc $ |
dot tab cc | set (dot_y_cc ${gen_dir}/dot.y.cc) if(BISON_FOUND) bison_target(dotparser_parser dot.y $ |
else () set(BISON_dotparser_parser_OUTPUTS $ | |
endif () if(FLEX_FOUND) flex_target(dotparser_scanner dot.l $ | |
else | ( | ) |
Definition at line 12 of file CMakeLists.txt.
endif | ( | ) |
Definition at line 14 of file CMakeLists.txt.
generated file | ( | MAKE_DIRECTORY ${gen_dir} | ) |
Definition at line 5 of file CMakeLists.txt.
find_package | ( | BISON | ) |
Definition at line 1 of file CMakeLists.txt.
dot tab cc set | ( | dot_y_cc ${gen_dir}/dot.y. | cc | ) |
Definition at line 8 of file CMakeLists.txt.