[CMake] flex/bison modules?

Philip Lowman philip at yhbt.com
Fri Feb 27 23:45:09 EST 2009


On Fri, Feb 27, 2009 at 7:37 PM, j s <j.s4403 at gmail.com> wrote:

> Hi,
>
> Are there packages for finding Flex and Bison available?  I'm starting a
> porting effort to windows, and I am hoping there is a way for these to work
> in visual studio?


Depending on how often you change your grammar, you may want to consider
just using a shell script in Linux to run Flex & Bison and then just check
the generated code into CM.  Granted, it's not as flexible but it's also two
less dependencies a user needs to compile your code.  Just food for thought.

-- 
Philip Lowman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090227/7e734d30/attachment.htm>


More information about the CMake mailing list