Re: [CMake] Query regarding header files in CMakeLists.txt

2012-09-18 Thread Miller Henry
Brett Delle Grazie Sent: Tuesday, September 18, 2012 4:35 PM To: cmake@cmake.org Subject: [CMake] Query regarding header files in CMakeLists.txt Hi, Is it necessary to specify header files in add_executable / add_library entries in CMakeLists.txt? i.e. does CMake automatically do dependency analysis

Re: [CMake] Query regarding header files in CMakeLists.txt

2012-09-18 Thread Brett Delle Grazie
On 18 September 2012 22:38, David Cole wrote: > On Tue, Sep 18, 2012 at 5:37 PM, Leif Walsh wrote: >> >> >> On 18 Sep, 2012, at 5:34 PM, Brett Delle Grazie >> wrote: >> >> > Hi, >> > >> > Is it necessary to specify header files in add_executable / >> > add_library entries in CMakeLists.txt? >> >

Re: [CMake] Query regarding header files in CMakeLists.txt

2012-09-18 Thread David Cole
On Tue, Sep 18, 2012 at 5:37 PM, Leif Walsh wrote: > > On 18 Sep, 2012, at 5:34 PM, Brett Delle Grazie < > brett.dellegra...@gmail.com> wrote: > > > Hi, > > > > Is it necessary to specify header files in add_executable / > > add_library entries in CMakeLists.txt? > > nope > > > > i.e. does CMake

Re: [CMake] Query regarding header files in CMakeLists.txt

2012-09-18 Thread Leif Walsh
On 18 Sep, 2012, at 5:34 PM, Brett Delle Grazie wrote: > Hi, > > Is it necessary to specify header files in add_executable / > add_library entries in CMakeLists.txt? nope > > i.e. does CMake automatically do dependency analysis making this unnecessary? yup > > Thanks, > > -- > Best Regar

[CMake] Query regarding header files in CMakeLists.txt

2012-09-18 Thread Brett Delle Grazie
Hi, Is it necessary to specify header files in add_executable / add_library entries in CMakeLists.txt? i.e. does CMake automatically do dependency analysis making this unnecessary? Thanks, -- Best Regards, Brett Delle Grazie -- Powered by www.kitware.com Visit other Kitware open-source proj