Re: [CMake] mixed java/c project.

2008-10-20 Thread George Neill
Mathieu, On Mon, Oct 20, 2008 at 4:06 AM, Mathieu Malaterre <[EMAIL PROTECTED]> wrote: > On Sat, Oct 18, 2008 at 7:48 PM, George Neill <[EMAIL PROTECTED]> wrote: >> Hi All, >> >> On Sat, Oct 18, 2008 at 2:01 AM, George Neill <[EMAIL PROTECTED]> wrote: >>> Hi all, >>> >>> I am trying to convert a

Re: [CMake] mixed java/c project.

2008-10-20 Thread George Neill
Mathieu, On Mon, Oct 20, 2008 at 4:06 AM, Mathieu Malaterre <[EMAIL PROTECTED]> wrote: > On Sat, Oct 18, 2008 at 7:48 PM, George Neill <[EMAIL PROTECTED]> wrote: >> Hi All, >> >> On Sat, Oct 18, 2008 at 2:01 AM, George Neill <[EMAIL PROTECTED]> wrote: >>> Hi all, >>> >>> I am trying to convert a

Re: [CMake] mixed java/c project.

2008-10-20 Thread Mathieu Malaterre
On Sat, Oct 18, 2008 at 7:48 PM, George Neill <[EMAIL PROTECTED]> wrote: > Hi All, > > On Sat, Oct 18, 2008 at 2:01 AM, George Neill <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> I am trying to convert a project to cmake which has mixed java and c >> compilations. Here's the project layout, >> >>

Re: [CMake] mixed java/c project.

2008-10-18 Thread George Neill
Hi All, On Sat, Oct 18, 2008 at 2:01 AM, George Neill <[EMAIL PROTECTED]> wrote: > Hi all, > > I am trying to convert a project to cmake which has mixed java and c > compilations. Here's the project layout, > > project/ > -> src/c > -> src/java > > I get the java project to build fine i

[CMake] mixed java/c project.

2008-10-18 Thread George Neill
Hi all, I am trying to convert a project to cmake which has mixed java and c compilations. Here's the project layout, project/ -> src/c -> src/java I get the java project to build fine if I use the top level CMakeLists.txt file, but if I use add_subdirectory(src/java) in the top l