CGRA-ME
Functions
/media/maple_tb_disk/wicklun2/cgra-me-website/cgra-me/src/dotparser/CMakeLists.txt File Reference

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 $
 

Function Documentation

◆ else()

else ( )

Definition at line 12 of file CMakeLists.txt.

◆ endif()

endif ( )

Definition at line 14 of file CMakeLists.txt.

◆ file()

generated file ( MAKE_DIRECTORY ${gen_dir}  )

Definition at line 5 of file CMakeLists.txt.

◆ find_package()

find_package ( BISON  )

Definition at line 1 of file CMakeLists.txt.

◆ set()

dot tab cc set ( dot_y_cc ${gen_dir}/dot.y.  cc)

Definition at line 8 of file CMakeLists.txt.