jonathan-beard / simple_wc_example

simple word count example using flex/bison parser
Apache License 2.0
139 stars 43 forks source link

Add a CMakeLists.txt to show how to build with cmake #13

Closed pboettch closed 8 years ago

pboettch commented 8 years ago

Thank you for your how-to and this example.

I added a CMakeLists.txt to show how to use Flex/Bison with CMake using your example.

This is complementary to the existing Makefile and thus does not replace it.

I had to change test0.pl a little bit and I updated the README.

jonathan-beard commented 8 years ago

Thanks @pboettch!!