Re: [CMake] newbie question about inline functions

2008-09-24 Thread Timenkov Yuri
On Wed, Sep 24, 2008 at 5:11 AM, Roy Zuo <[EMAIL PROTECTED]> wrote: > Thanks a lot, and list(REMOVE_ITEM ...) works well for me. > > Another stupid question, as I am really new to c++. There are some cpp > files containing only inline functions and some template class > functions. The could not be

Re: [CMake] newbie question about inline functions

2008-09-23 Thread Roy Zuo
Thanks a lot, and list(REMOVE_ITEM ...) works well for me. Another stupid question, as I am really new to c++. There are some cpp files containing only inline functions and some template class functions. The could not be compiled correctly as well, but if I exclude them from compilation, errors wi

Re: [CMake] newbie question about inline functions

2008-09-22 Thread Timenkov Yuri
On Mon, Sep 22, 2008 at 10:00 AM, Roy Zuo <[EMAIL PROTECTED]> wrote: > Hello eveyone, > > I am just new to cmake and have some trouble when compiling a big > project whose cpp source files are put deep inside subdirectories. > > In my CMakeLists.txt, I use AUX_SOURCE_DIRECTORY(subdir VARX) and > S

[CMake] newbie question about inline functions

2008-09-21 Thread Roy Zuo
Hello eveyone, I am just new to cmake and have some trouble when compiling a big project whose cpp source files are put deep inside subdirectories. In my CMakeLists.txt, I use AUX_SOURCE_DIRECTORY(subdir VARX) and SET(SRC ${VAR1} ${VAR2} ...) to put all the source files in a variable, and then u