Re: [CMake] How to link jar files to a library through cmake

2009-03-23 Thread ankit jain
2009/3/20 Robert Haines > I am creating a library through add_library command of java files. >> Now i want to link it with some jar files which contain some classes which >> is needed to build that library. >> >> target_link_libraries is not working in this case. >> > > As far as I can tell you

Re: [CMake] How to link jar files to a library through cmake

2009-03-20 Thread ankit jain
2009/3/20 Andreas Pokorny > Hello, > > 2009/3/20 ankit jain : > > Hi all, > > > > I am creating a library through add_library command of java files. > > Now i want to link it with some jar files which contain some classes > which > > is needed to build that library. > > > > target_link_libraries

Re: [CMake] How to link jar files to a library through cmake

2009-03-20 Thread Andreas Pokorny
Hello, 2009/3/20 ankit jain : > Hi all, > > I am creating a library through add_library command of java files. > Now i want to link it with some jar files which contain some classes which > is needed to build that library. > > target_link_libraries is not working in this case. What do you mean by

[CMake] How to link jar files to a library through cmake

2009-03-20 Thread ankit jain
Hi all, I am creating a library through add_library command of java files. Now i want to link it with some jar files which contain some classes which is needed to build that library. target_link_libraries is not working in this case. How to do it?.. Ankit __