Re: [CMake] Using gnu flex with cmake

2012-12-17 Thread Derek Cole
Replying to fix the subject On Mon, Dec 17, 2012 at 1:45 PM, Derek Cole derek.c...@gmail.com wrote: I am trying to figure out what I am doing wrong when trying to use just flex in a Cmake file to build a shared lib. i basically have the following find_package(FLEX) FLEX_TARGET(Test

Re: [CMake] Using gnu flex with cmake

2012-12-17 Thread Eric Noulard
2012/12/17 Derek Cole derek.c...@gmail.com Replying to fix the subject On Mon, Dec 17, 2012 at 1:45 PM, Derek Cole derek.c...@gmail.com wrote: I am trying to figure out what I am doing wrong when trying to use just flex in a Cmake file to build a shared lib. i basically have the

Re: [CMake] Using gnu flex with cmake

2012-12-17 Thread Derek Cole
Thanks - that seemed to work. I was under the impression I could specify where I wanted the .c file to go with the 2nd argument. I had tried this way before, but i didnt notice I think I had a syntax error in my .l file causing the compile to not complete. Thanks -Derek On Mon, Dec 17, 2012 at