[CMake] flex/bison modules?
Eric Noulard
eric.noulard at gmail.com
Sat Feb 28 08:18:07 EST 2009
2009/2/28 j s <j.s4403 at gmail.com>:
> 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?
I'm using this one
http://cvs.savannah.gnu.org/viewvc/certi/scripts/FindLexYacc.cmake?root=certi&view=markup
for a software built on Linux/Makefiles and Windows/Visual Studio
then I have a bunch of custom command in the concerned CMakeLists.txt:
http://cvs.savannah.gnu.org/viewvc/certi/libCERTI/CMakeLists.txt?root=certi&view=markup
look for
#Exec Lex
in the later file and look around.
--
Erk
More information about the CMake
mailing list