build/ccw_gen: stat the file in C instead of shelling out
[hvf.git] / build / byacc / CMakeLists.txt
blob4f6e8de01188727aef2b1408f44c0d7e0c145c90
1 add_definitions(-O2 -DNDEBUG)
3 add_executable(yacc closure.c error.c graph.c lalr.c lr0.c main.c mkpar.c
4         output.c reader.c skeleton.c symtab.c verbose.c warshall.c)